Shades of Crusoe #016F20
Tints of Crusoe #016F20
RGB
CMYK
RGB Variations
Color information
#016F20 (or 0x016F20) is known color: Crusoe. HEX triplet: 01, 6F and 20. RGB value is (1,111,32). Sum of RGB (Red+Green+Blue) = 1+111+32=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 111 (43.75% from 255 or 77.08% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 111 - color contains mainly: green. Hex color #016F20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016F20 is #FE90DF. Grayscale: #454545. Windows color (decimal): -16683232 or 2125569. OLE color: 2125569.
HSL color Cylindrical-coordinate representation of color #016F20: hue angle of 136.91º 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 #016F20 is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 111 | 32 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.56 |
| HSL | 136.91º | 0.98% | 0.22% | - |
| HSV(B) | 136.91º | 0.99% | 0.44% | - |
| XYZ | 5.96 | 11.48 | 3.27 | - |
| YUV | 69.1 | 107.06 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 32 | 0.99 | 0 | 0.71 | 0.56 | 136.91 | 0.98 | 0.22 |
| Hex | 1 | 6F | 20 | 63 | 0 | 47 | 38 | 89 | 62 | 16 |
| Octal | 1 | 157 | 40 | 143 | 0 | 107 | 70 | 211 | 142 | 26 |
| Binary | 1 | 1101111 | 100000 | 1100011 | 0 | 1000111 | 111000 | 10001001 | 1100010 | 10110 |
Color Harmonies of #016F20
Complementary color
Monochromatic Colors of #016F20
Black with #016F20
Text Example
Text Example
White with #016F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016F20; }
p { color: rgb(1,111,32); }
H1.HeaderClassName
{
color: #016F20;
}
.AnyTagClassName
{
color: #016F20;
}
</style>
background-color css
<style>
a { background-color: #016F20; }
a { background-color: rgb(1,111,32); }
div.DivClassName
{
background-color: #016F20;
}
.BgClassName
{
background-color: #016F20;
}
</style>
border-color css
<style>
span { border-color: #016F20; }
span { border-color: rgb(1,111,32); }
td.TdClassName
{
border-color: #016F20;
}
.TagClassName
{
border-color: #016F20;
}
</style>