#086008

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

Shades of Green #086008

Tints of Green #086008

Color information

#086008 (or 0x086008) is unknown color: approx Green. HEX triplet: 08, 60 and 08. RGB value is (8,96,8). Sum of RGB (Red+Green+Blue) = 8+96+8=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 96 (37.89% from 255 or 85.71% from 112); Blue value is 8 (3.52% from 255 or 7.14% from 112); Max value from RGB is 96 - color contains mainly: green. Hex color #086008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086008 is #F79FF7. Grayscale: #3B3B3B. Windows color (decimal): -16228344 or 548872. OLE color: 548872.

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

Color convert

RGB8968-
CMYK0.9200.920.62
HSL120º84.62%20.39%-
HSV(B)120º91.67%37.65%-
XYZ4.338.431.63-
YUV59.6698.8591.16-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.14%
GREEN value IS 96 (37.89% from 255) = 85.71%
BLUE value IS 8 (3.52% from 255) = 7.14%
R=7.14%
G=85.71%
B=7.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal89680.9200.920.6212084.6220.39
Hex86085C05C3E785514
Octal101401013401347617012524
Binary1000110000010001011100010111001111101111000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086008; }

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

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

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

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

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

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

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

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