#086E04

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

Shades of Green #086E04

Tints of Green #086E04

Color information

#086E04 (or 0x086E04) is unknown color: approx Green. HEX triplet: 08, 6E and 04. RGB value is (8,110,4). Sum of RGB (Red+Green+Blue) = 8+110+4=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 110 (43.36% from 255 or 90.16% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 110 - color contains mainly: green. Hex color #086E04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086E04 is #F791FB. Grayscale: #434343. Windows color (decimal): -16224764 or 290312. OLE color: 290312.

HSL color Cylindrical-coordinate representation of color #086E04: hue angle of 117.74º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086E04 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.

Color convert

RGB81104-
CMYK0.9300.960.57
HSL117.74º92.98%22.35%-
HSV(B)117.74º96.36%43.14%-
XYZ5.711.211.98-
YUV67.4292.2185.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.56%
GREEN value IS 110 (43.36% from 255) = 90.16%
BLUE value IS 4 (1.95% from 255) = 3.28%
R=6.56%
G=90.16%
B=3.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal811040.9300.960.57117.7492.9822.35
Hex86E45D06039765d16
Octal10156413501407116613526
Binary100011011101001011101011000001110011110110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,110,4); }

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

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

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

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

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

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

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