#086009

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

Shades of Green #086009

Tints of Green #086009

Color information

#086009 (or 0x086009) is unknown color: approx Green. HEX triplet: 08, 60 and 09. RGB value is (8,96,9). Sum of RGB (Red+Green+Blue) = 8+96+9=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 96 (37.89% from 255 or 84.96% from 113); Blue value is 9 (3.91% from 255 or 7.96% from 113); Max value from RGB is 96 - color contains mainly: green. Hex color #086009 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086009 is #F79FF6. Grayscale: #3C3C3C. Windows color (decimal): -16228343 or 614408. OLE color: 614408.

HSL color Cylindrical-coordinate representation of color #086009: hue angle of 120.68º 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 #086009 is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB8969-
CMYK0.9200.910.62
HSL120.68º84.62%20.39%-
HSV(B)120.68º91.67%37.65%-
XYZ4.338.441.66-
YUV59.7799.3591.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.08%
GREEN value IS 96 (37.89% from 255) = 84.96%
BLUE value IS 9 (3.91% from 255) = 7.96%
R=7.08%
G=84.96%
B=7.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal89690.9200.910.62120.6884.6220.39
Hex86095C05B3E795514
Octal101401113401337617112524
Binary1000110000010011011100010110111111101111001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086009; }

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

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

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

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

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

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

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

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