Shades of Fun Green #016F32
Tints of Fun Green #016F32
RGB
CMYK
RGB Variations
Color information
#016F32 (or 0x016F32) is known color: Fun Green. HEX triplet: 01, 6F and 32. RGB value is (1,111,50). Sum of RGB (Red+Green+Blue) = 1+111+50=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 111 (43.75% from 255 or 68.52% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 111 - color contains mainly: green. Hex color #016F32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016F32 is #FE90CD. Grayscale: #474747. Windows color (decimal): -16683214 or 3305217. OLE color: 3305217.
HSL color Cylindrical-coordinate representation of color #016F32: hue angle of 146.73º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016F32 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 111 | 50 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.56 |
| HSL | 146.73º | 0.98% | 0.22% | - |
| HSV(B) | 146.73º | 0.99% | 0.44% | - |
| XYZ | 6.27 | 11.61 | 4.93 | - |
| YUV | 71.16 | 116.06 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 50 | 0.99 | 0 | 0.55 | 0.56 | 146.73 | 0.98 | 0.22 |
| Hex | 1 | 6F | 32 | 63 | 0 | 37 | 38 | 93 | 62 | 16 |
| Octal | 1 | 157 | 62 | 143 | 0 | 67 | 70 | 223 | 142 | 26 |
| Binary | 1 | 1101111 | 110010 | 1100011 | 0 | 110111 | 111000 | 10010011 | 1100010 | 10110 |
Color Harmonies of #016F32
Complementary color
Monochromatic Colors of #016F32
Black with #016F32
Text Example
Text Example
White with #016F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016F32; }
p { color: rgb(1,111,50); }
H1.HeaderClassName
{
color: #016F32;
}
.AnyTagClassName
{
color: #016F32;
}
</style>
background-color css
<style>
a { background-color: #016F32; }
a { background-color: rgb(1,111,50); }
div.DivClassName
{
background-color: #016F32;
}
.BgClassName
{
background-color: #016F32;
}
</style>
border-color css
<style>
span { border-color: #016F32; }
span { border-color: rgb(1,111,50); }
td.TdClassName
{
border-color: #016F32;
}
.TagClassName
{
border-color: #016F32;
}
</style>