#086112

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

Shades of Green #086112

Tints of Green #086112

Color information

#086112 (or 0x086112) is unknown color: approx Green. HEX triplet: 08, 61 and 12. RGB value is (8,97,18). Sum of RGB (Red+Green+Blue) = 8+97+18=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 97 (38.28% from 255 or 78.86% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 97 - color contains mainly: green. Hex color #086112 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086112 is #F79EED. Grayscale: #3D3D3D. Windows color (decimal): -16228078 or 1204488. OLE color: 1204488.

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

Color convert

RGB89718-
CMYK0.9200.810.62
HSL126.74º84.76%20.59%-
HSV(B)126.74º91.75%38.04%-
XYZ4.488.642-
YUV61.38103.5189.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.50%
GREEN value IS 97 (38.28% from 255) = 78.86%
BLUE value IS 18 (7.42% from 255) = 14.63%
R=6.50%
G=78.86%
B=14.63%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal897180.9200.810.62126.7484.7620.59
Hex861125C0513E7f5515
Octal101412213401217617712525
Binary10001100001100101011100010100011111101111111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086112; }

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

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

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

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

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

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

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

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