#086E00

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

Shades of Green #086E00

Tints of Green #086E00

Color information

#086E00 (or 0x086E00) is unknown color: approx Green. HEX triplet: 08, 6E and 00. RGB value is (8,110,0). Sum of RGB (Red+Green+Blue) = 8+110+0=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 110 (43.36% from 255 or 93.22% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 110 - color contains mainly: green. Hex color #086E00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086E00 is #F791FF. Grayscale: #434343. Windows color (decimal): -16224768 or 28168. OLE color: 28168.

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

Color convert

RGB81100-
CMYK0.93010.57
HSL115.64º100%21.57%-
HSV(B)115.64º100%43.14%-
XYZ5.6811.21.86-
YUV66.9690.2185.94-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.78%
GREEN value IS 110 (43.36% from 255) = 93.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=6.78%
G=93.22%
B=0%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal811000.93010.57115.6410021.57
Hex86E05D06439746416
Octal10156013501447116414426
Binary1000110111001011101011001001110011110100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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