#008705

Color #008705 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #008705

Tints of Green #008705

Color information

#008705 (or 0x008705) is unknown color: approx Green. HEX triplet: 00, 87 and 05. RGB value is (0,135,5). Sum of RGB (Red+Green+Blue) = 0+135+5=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 135 (53.12% from 255 or 96.43% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 135 - color contains mainly: green. Hex color #008705 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008705 is #FF78FA. Grayscale: #505050. Windows color (decimal): -16742651 or 362240. OLE color: 362240.

HSL color Cylindrical-coordinate representation of color #008705: hue angle of 122.22º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008705 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB01355-
CMYK100.960.47
HSL122.22º100%26.47%-
HSV(B)122.22º100%52.94%-
XYZ8.6917.343.03-
YUV79.8185.7771.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 135 (53.12% from 255) = 96.43%
BLUE value IS 5 (2.34% from 255) = 3.57%
R=0%
G=96.43%
B=3.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal01355100.960.47122.2210026.47
Hex0875640602F7a641a
Octal0207514401405717214432
Binary0100001111011100100011000001011111111010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008705; }

 p { color: rgb(0,135,5); }

 H1.HeaderClassName
 {
   color: #008705;
 }
 .AnyTagClassName
 {
   color: #008705;
 }
</style>
background-color css

<style>
 a { background-color: #008705; }

 a { background-color: rgb(0,135,5); }

 div.DivClassName
 {
   background-color: #008705;
 }
 .BgClassName
 {
   background-color: #008705;
 }
</style>
border-color css

<style>
 span { border-color: #008705; }

 span { border-color: rgb(0,135,5); }

 td.TdClassName
 {
   border-color: #008705;
 }
 .TagClassName
 {
   border-color: #008705;
 }
</style>