#086B32

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

Shades of Fun Green #086B32

Tints of Fun Green #086B32

Color information

#086B32 (or 0x086B32) is unknown color: approx Fun Green. HEX triplet: 08, 6B and 32. RGB value is (8,107,50). Sum of RGB (Red+Green+Blue) = 8+107+50=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 107 (42.19% from 255 or 64.85% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 107 - color contains mainly: green. Hex color #086B32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086B32 is #F794CD. Grayscale: #474747. Windows color (decimal): -16225486 or 3304200. OLE color: 3304200.

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

Color convert

RGB810750-
CMYK0.9300.530.58
HSL145.45º86.09%22.55%-
HSV(B)145.45º92.52%41.96%-
XYZ5.9310.84.79-
YUV70.9116.283.13-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.85%
GREEN value IS 107 (42.19% from 255) = 64.85%
BLUE value IS 50 (19.92% from 255) = 30.30%
R=4.85%
G=64.85%
B=30.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8107500.9300.530.58145.4586.0922.55
Hex86B325D0353A915617
Octal10153621350657222112627
Binary100011010111100101011101011010111101010010001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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