#086A08

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

Shades of Green #086A08

Tints of Green #086A08

Color information

#086A08 (or 0x086A08) is unknown color: approx Green. HEX triplet: 08, 6A and 08. RGB value is (8,106,8). Sum of RGB (Red+Green+Blue) = 8+106+8=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 106 (41.80% from 255 or 86.89% from 122); Blue value is 8 (3.52% from 255 or 6.56% from 122); Max value from RGB is 106 - color contains mainly: green. Hex color #086A08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086A08 is #F795F7. Grayscale: #414141. Windows color (decimal): -16225784 or 551432. OLE color: 551432.

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

Color convert

RGB81068-
CMYK0.9200.920.58
HSL120º85.96%22.35%-
HSV(B)120º92.45%41.57%-
XYZ5.310.381.95-
YUV65.5395.5386.97-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.56%
GREEN value IS 106 (41.80% from 255) = 86.89%
BLUE value IS 8 (3.52% from 255) = 6.56%
R=6.56%
G=86.89%
B=6.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal810680.9200.920.5812085.9622.35
Hex86A85C05C3A785616
Octal101521013401347217012626
Binary1000110101010001011100010111001110101111000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086A08; }

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

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

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

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

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

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

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

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