Shades of Crusoe #016F28
Tints of Crusoe #016F28
RGB
CMYK
RGB Variations
Color information
#016F28 (or 0x016F28) is known color: Crusoe. HEX triplet: 01, 6F and 28. RGB value is (1,111,40). Sum of RGB (Red+Green+Blue) = 1+111+40=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 111 (43.75% from 255 or 73.03% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 111 - color contains mainly: green. Hex color #016F28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016F28 is #FE90D7. Grayscale: #464646. Windows color (decimal): -16683224 or 2649857. OLE color: 2649857.
HSL color Cylindrical-coordinate representation of color #016F28: hue angle of 141.27º 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 #016F28 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 111 | 40 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.56 |
| HSL | 141.27º | 0.98% | 0.22% | - |
| HSV(B) | 141.27º | 0.99% | 0.44% | - |
| XYZ | 6.08 | 11.53 | 3.91 | - |
| YUV | 70.02 | 111.06 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 40 | 0.99 | 0 | 0.64 | 0.56 | 141.27 | 0.98 | 0.22 |
| Hex | 1 | 6F | 28 | 63 | 0 | 40 | 38 | 8D | 62 | 16 |
| Octal | 1 | 157 | 50 | 143 | 0 | 100 | 70 | 215 | 142 | 26 |
| Binary | 1 | 1101111 | 101000 | 1100011 | 0 | 1000000 | 111000 | 10001101 | 1100010 | 10110 |
Color Harmonies of #016F28
Complementary color
Monochromatic Colors of #016F28
Black with #016F28
Text Example
Text Example
White with #016F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016F28; }
p { color: rgb(1,111,40); }
H1.HeaderClassName
{
color: #016F28;
}
.AnyTagClassName
{
color: #016F28;
}
</style>
background-color css
<style>
a { background-color: #016F28; }
a { background-color: rgb(1,111,40); }
div.DivClassName
{
background-color: #016F28;
}
.BgClassName
{
background-color: #016F28;
}
</style>
border-color css
<style>
span { border-color: #016F28; }
span { border-color: rgb(1,111,40); }
td.TdClassName
{
border-color: #016F28;
}
.TagClassName
{
border-color: #016F28;
}
</style>