#086612

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

Shades of Green #086612

Tints of Green #086612

Color information

#086612 (or 0x086612) is unknown color: approx Green. HEX triplet: 08, 66 and 12. RGB value is (8,102,18). Sum of RGB (Red+Green+Blue) = 8+102+18=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 102 (40.23% from 255 or 79.69% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 102 - color contains mainly: green. Hex color #086612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086612 is #F799ED. Grayscale: #404040. Windows color (decimal): -16226798 or 1205768. OLE color: 1205768.

HSL color Cylindrical-coordinate representation of color #086612: hue angle of 126.38º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086612 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB810218-
CMYK0.9200.820.6
HSL126.38º85.45%21.57%-
HSV(B)126.38º92.16%40%-
XYZ4.969.62.16-
YUV64.32101.8687.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.25%
GREEN value IS 102 (40.23% from 255) = 79.69%
BLUE value IS 18 (7.42% from 255) = 14.06%
R=6.25%
G=79.69%
B=14.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8102180.9200.820.6126.3885.4521.57
Hex866125C0523C7e5516
Octal101462213401227417612526
Binary10001100110100101011100010100101111001111110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086612; }

 p { color: rgb(8,102,18); }

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

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

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

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

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

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

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