#086808

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

Shades of Green #086808

Tints of Green #086808

Color information

#086808 (or 0x086808) is unknown color: approx Green. HEX triplet: 08, 68 and 08. RGB value is (8,104,8). Sum of RGB (Red+Green+Blue) = 8+104+8=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 104 (41.02% from 255 or 86.67% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 104 - color contains mainly: green. Hex color #086808 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086808 is #F797F7. Grayscale: #404040. Windows color (decimal): -16226296 or 550920. OLE color: 550920.

HSL color Cylindrical-coordinate representation of color #086808: hue angle of 120º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086808 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB81048-
CMYK0.9200.920.59
HSL120º85.71%21.96%-
HSV(B)120º92.31%40.78%-
XYZ5.099.971.89-
YUV64.3596.287.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.67%
GREEN value IS 104 (41.02% from 255) = 86.67%
BLUE value IS 8 (3.52% from 255) = 6.67%
R=6.67%
G=86.67%
B=6.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal810480.9200.920.5912085.7121.96
Hex86885C05C3B785616
Octal101501013401347317012626
Binary1000110100010001011100010111001110111111000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086808; }

 p { color: rgb(8,104,8); }

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

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

 a { background-color: rgb(8,104,8); }

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

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

 span { border-color: rgb(8,104,8); }

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