#086C02

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

Shades of Green #086C02

Tints of Green #086C02

Color information

#086C02 (or 0x086C02) is unknown color: approx Green. HEX triplet: 08, 6C and 02. RGB value is (8,108,2). Sum of RGB (Red+Green+Blue) = 8+108+2=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 108 (42.58% from 255 or 91.53% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 108 - color contains mainly: green. Hex color #086C02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086C02 is #F793FD. Grayscale: #424242. Windows color (decimal): -16225278 or 158728. OLE color: 158728.

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

Color convert

RGB81082-
CMYK0.9300.980.58
HSL116.6º96.36%21.57%-
HSV(B)116.6º98.15%42.35%-
XYZ5.4710.781.85-
YUV66.0291.8786.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.78%
GREEN value IS 108 (42.58% from 255) = 91.53%
BLUE value IS 2 (1.17% from 255) = 1.69%
R=6.78%
G=91.53%
B=1.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal810820.9300.980.58116.696.3621.57
Hex86C25D0623A756016
Octal10154213501427216514026
Binary10001101100101011101011000101110101110101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,108,2); }

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

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

 a { background-color: rgb(8,108,2); }

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

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

 span { border-color: rgb(8,108,2); }

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