Shades of Crusoe #016116
Tints of Crusoe #016116
RGB
CMYK
RGB Variations
Color information
#016116 (or 0x016116) is known color: Crusoe. HEX triplet: 01, 61 and 16. RGB value is (1,97,22). Sum of RGB (Red+Green+Blue) = 1+97+22=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 97 (38.28% from 255 or 80.83% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 97 - color contains mainly: green. Hex color #016116 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016116 is #FE9EE9. Grayscale: #3B3B3B. Windows color (decimal): -16686826 or 1466625. OLE color: 1466625.
HSL color Cylindrical-coordinate representation of color #016116: hue angle of 133.12º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016116 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 97 | 22 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.62 |
| HSL | 133.13º | 0.98% | 0.19% | - |
| HSV(B) | 133.13º | 0.99% | 0.38% | - |
| XYZ | 4.43 | 8.61 | 2.19 | - |
| YUV | 59.75 | 106.7 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 97 | 22 | 0.99 | 0 | 0.77 | 0.62 | 133.13 | 0.98 | 0.19 |
| Hex | 1 | 61 | 16 | 63 | 0 | 4D | 3E | 85 | 62 | 13 |
| Octal | 1 | 141 | 26 | 143 | 0 | 115 | 76 | 205 | 142 | 23 |
| Binary | 1 | 1100001 | 10110 | 1100011 | 0 | 1001101 | 111110 | 10000101 | 1100010 | 10011 |
Color Harmonies of #016116
Complementary color
Monochromatic Colors of #016116
Black with #016116
Text Example
Text Example
White with #016116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016116; }
p { color: rgb(1,97,22); }
H1.HeaderClassName
{
color: #016116;
}
.AnyTagClassName
{
color: #016116;
}
</style>
background-color css
<style>
a { background-color: #016116; }
a { background-color: rgb(1,97,22); }
div.DivClassName
{
background-color: #016116;
}
.BgClassName
{
background-color: #016116;
}
</style>
border-color css
<style>
span { border-color: #016116; }
span { border-color: rgb(1,97,22); }
td.TdClassName
{
border-color: #016116;
}
.TagClassName
{
border-color: #016116;
}
</style>