#086812

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

Shades of Green #086812

Tints of Green #086812

Color information

#086812 (or 0x086812) is unknown color: approx Green. HEX triplet: 08, 68 and 12. RGB value is (8,104,18). Sum of RGB (Red+Green+Blue) = 8+104+18=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 104 (41.02% from 255 or 80% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 104 - color contains mainly: green. Hex color #086812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086812 is #F797ED. Grayscale: #414141. Windows color (decimal): -16226286 or 1206280. OLE color: 1206280.

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

Color convert

RGB810418-
CMYK0.9200.830.59
HSL126.25º85.71%21.96%-
HSV(B)126.25º92.31%40.78%-
XYZ5.16102.23-
YUV65.49101.286.99-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.15%
GREEN value IS 104 (41.02% from 255) = 80%
BLUE value IS 18 (7.42% from 255) = 13.85%
R=6.15%
G=80%
B=13.85%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8104180.9200.830.59126.2585.7121.96
Hex868125C0533B7e5616
Octal101502213401237317612626
Binary10001101000100101011100010100111110111111110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086812; }

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

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

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

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

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

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

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

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