#086A32

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

Shades of Fun Green #086A32

Tints of Fun Green #086A32

Color information

#086A32 (or 0x086A32) is unknown color: approx Fun Green. HEX triplet: 08, 6A and 32. RGB value is (8,106,50). Sum of RGB (Red+Green+Blue) = 8+106+50=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 106 (41.80% from 255 or 64.63% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 106 - color contains mainly: green. Hex color #086A32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086A32 is #F795CD. Grayscale: #464646. Windows color (decimal): -16225742 or 3303944. OLE color: 3303944.

HSL color Cylindrical-coordinate representation of color #086A32: hue angle of 145.71º 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 #086A32 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.58.

Color convert

RGB810650-
CMYK0.9200.530.58
HSL145.71º85.96%22.35%-
HSV(B)145.71º92.45%41.57%-
XYZ5.8310.594.75-
YUV70.31116.5383.55-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.88%
GREEN value IS 106 (41.80% from 255) = 64.63%
BLUE value IS 50 (19.92% from 255) = 30.49%
R=4.88%
G=64.63%
B=30.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8106500.9200.530.58145.7185.9622.35
Hex86A325C0353A925616
Octal10152621340657222212626
Binary100011010101100101011100011010111101010010010101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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