Shades of Fun Green #016633
Tints of Fun Green #016633
RGB
CMYK
RGB Variations
Color information
#016633 (or 0x016633) is known color: Fun Green. HEX triplet: 01, 66 and 33. RGB value is (1,102,51). Sum of RGB (Red+Green+Blue) = 1+102+51=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 102 (40.23% from 255 or 66.23% from 154); Blue value is 51 (20.31% from 255 or 33.12% from 154); Max value from RGB is 102 - color contains mainly: green. Hex color #016633 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016633 is #FE99CC. Grayscale: #424242. Windows color (decimal): -16685517 or 3368449. OLE color: 3368449.
HSL color Cylindrical-coordinate representation of color #016633: hue angle of 149.7º 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 #016633 is Cyan = 0.99, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 102 | 51 | - |
| CMYK | 0.99 | 0 | 0.5 | 0.6 |
| HSL | 149.7º | 0.98% | 0.2% | - |
| HSV(B) | 149.7º | 0.99% | 0.4% | - |
| XYZ | 5.36 | 9.75 | 4.73 | - |
| YUV | 65.99 | 119.54 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 51 | 0.99 | 0 | 0.5 | 0.6 | 149.7 | 0.98 | 0.2 |
| Hex | 1 | 66 | 33 | 63 | 0 | 32 | 3C | 96 | 62 | 14 |
| Octal | 1 | 146 | 63 | 143 | 0 | 62 | 74 | 226 | 142 | 24 |
| Binary | 1 | 1100110 | 110011 | 1100011 | 0 | 110010 | 111100 | 10010110 | 1100010 | 10100 |
Color Harmonies of #016633
Complementary color
Monochromatic Colors of #016633
Black with #016633
Text Example
Text Example
White with #016633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016633; }
p { color: rgb(1,102,51); }
H1.HeaderClassName
{
color: #016633;
}
.AnyTagClassName
{
color: #016633;
}
</style>
background-color css
<style>
a { background-color: #016633; }
a { background-color: rgb(1,102,51); }
div.DivClassName
{
background-color: #016633;
}
.BgClassName
{
background-color: #016633;
}
</style>
border-color css
<style>
span { border-color: #016633; }
span { border-color: rgb(1,102,51); }
td.TdClassName
{
border-color: #016633;
}
.TagClassName
{
border-color: #016633;
}
</style>