Shades of Crusoe #016B21
Tints of Crusoe #016B21
RGB
CMYK
RGB Variations
Color information
#016B21 (or 0x016B21) is known color: Crusoe. HEX triplet: 01, 6B and 21. RGB value is (1,107,33). Sum of RGB (Red+Green+Blue) = 1+107+33=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 107 (42.19% from 255 or 75.89% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 107 - color contains mainly: green. Hex color #016B21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016B21 is #FE94DE. Grayscale: #434343. Windows color (decimal): -16684255 or 2190081. OLE color: 2190081.
HSL color Cylindrical-coordinate representation of color #016B21: hue angle of 138.11º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016B21 is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 107 | 33 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.58 |
| HSL | 138.11º | 0.98% | 0.21% | - |
| HSV(B) | 138.11º | 0.99% | 0.42% | - |
| XYZ | 5.54 | 10.63 | 3.2 | - |
| YUV | 66.87 | 108.88 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 33 | 0.99 | 0 | 0.69 | 0.58 | 138.11 | 0.98 | 0.21 |
| Hex | 1 | 6B | 21 | 63 | 0 | 45 | 3A | 8A | 62 | 15 |
| Octal | 1 | 153 | 41 | 143 | 0 | 105 | 72 | 212 | 142 | 25 |
| Binary | 1 | 1101011 | 100001 | 1100011 | 0 | 1000101 | 111010 | 10001010 | 1100010 | 10101 |
Color Harmonies of #016B21
Complementary color
Monochromatic Colors of #016B21
Black with #016B21
Text Example
Text Example
White with #016B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016B21; }
p { color: rgb(1,107,33); }
H1.HeaderClassName
{
color: #016B21;
}
.AnyTagClassName
{
color: #016B21;
}
</style>
background-color css
<style>
a { background-color: #016B21; }
a { background-color: rgb(1,107,33); }
div.DivClassName
{
background-color: #016B21;
}
.BgClassName
{
background-color: #016B21;
}
</style>
border-color css
<style>
span { border-color: #016B21; }
span { border-color: rgb(1,107,33); }
td.TdClassName
{
border-color: #016B21;
}
.TagClassName
{
border-color: #016B21;
}
</style>