Shades of Fun Green #016637
Tints of Fun Green #016637
RGB
CMYK
RGB Variations
Color information
#016637 (or 0x016637) is known color: Fun Green. HEX triplet: 01, 66 and 37. RGB value is (1,102,55). Sum of RGB (Red+Green+Blue) = 1+102+55=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 102 (40.23% from 255 or 64.56% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 102 - color contains mainly: green. Hex color #016637 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016637 is #FE99C8. Grayscale: #424242. Windows color (decimal): -16685513 or 3630593. OLE color: 3630593.
HSL color Cylindrical-coordinate representation of color #016637: hue angle of 152.08º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016637 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 102 | 55 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.6 |
| HSL | 152.08º | 0.98% | 0.2% | - |
| HSV(B) | 152.08º | 0.99% | 0.4% | - |
| XYZ | 5.45 | 9.79 | 5.22 | - |
| YUV | 66.44 | 121.54 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 55 | 0.99 | 0 | 0.46 | 0.6 | 152.08 | 0.98 | 0.2 |
| Hex | 1 | 66 | 37 | 63 | 0 | 2E | 3C | 98 | 62 | 14 |
| Octal | 1 | 146 | 67 | 143 | 0 | 56 | 74 | 230 | 142 | 24 |
| Binary | 1 | 1100110 | 110111 | 1100011 | 0 | 101110 | 111100 | 10011000 | 1100010 | 10100 |
Color Harmonies of #016637
Complementary color
Monochromatic Colors of #016637
Black with #016637
Text Example
Text Example
White with #016637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016637; }
p { color: rgb(1,102,55); }
H1.HeaderClassName
{
color: #016637;
}
.AnyTagClassName
{
color: #016637;
}
</style>
background-color css
<style>
a { background-color: #016637; }
a { background-color: rgb(1,102,55); }
div.DivClassName
{
background-color: #016637;
}
.BgClassName
{
background-color: #016637;
}
</style>
border-color css
<style>
span { border-color: #016637; }
span { border-color: rgb(1,102,55); }
td.TdClassName
{
border-color: #016637;
}
.TagClassName
{
border-color: #016637;
}
</style>