#086A31

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

Shades of Fun Green #086A31

Tints of Fun Green #086A31

Color information

#086A31 (or 0x086A31) is unknown color: approx Fun Green. HEX triplet: 08, 6A and 31. RGB value is (8,106,49). Sum of RGB (Red+Green+Blue) = 8+106+49=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 106 (41.80% from 255 or 65.03% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 106 - color contains mainly: green. Hex color #086A31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086A31 is #F795CE. Grayscale: #464646. Windows color (decimal): -16225743 or 3238408. OLE color: 3238408.

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

Color convert

RGB810649-
CMYK0.9200.540.58
HSL145.1º85.96%22.35%-
HSV(B)145.1º92.45%41.57%-
XYZ5.8110.584.64-
YUV70.2116.0383.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.91%
GREEN value IS 106 (41.80% from 255) = 65.03%
BLUE value IS 49 (19.53% from 255) = 30.06%
R=4.91%
G=65.03%
B=30.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8106490.9200.540.58145.185.9622.35
Hex86A315C0363A915616
Octal10152611340667222112626
Binary100011010101100011011100011011011101010010001101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,106,49); }

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

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

 a { background-color: rgb(8,106,49); }

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

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

 span { border-color: rgb(8,106,49); }

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