#086B31

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

Shades of Fun Green #086B31

Tints of Fun Green #086B31

Color information

#086B31 (or 0x086B31) is unknown color: approx Fun Green. HEX triplet: 08, 6B and 31. RGB value is (8,107,49). Sum of RGB (Red+Green+Blue) = 8+107+49=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 107 (42.19% from 255 or 65.24% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 107 - color contains mainly: green. Hex color #086B31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086B31 is #F794CE. Grayscale: #464646. Windows color (decimal): -16225487 or 3238664. OLE color: 3238664.

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

Color convert

RGB810749-
CMYK0.9300.540.58
HSL144.85º86.09%22.55%-
HSV(B)144.85º92.52%41.96%-
XYZ5.9110.794.68-
YUV70.79115.783.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.88%
GREEN value IS 107 (42.19% from 255) = 65.24%
BLUE value IS 49 (19.53% from 255) = 29.88%
R=4.88%
G=65.24%
B=29.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8107490.9300.540.58144.8586.0922.55
Hex86B315D0363A915617
Octal10153611350667222112627
Binary100011010111100011011101011011011101010010001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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