Shades of Crusoe #016920
Tints of Crusoe #016920
RGB
CMYK
RGB Variations
Color information
#016920 (or 0x016920) is known color: Crusoe. HEX triplet: 01, 69 and 20. RGB value is (1,105,32). Sum of RGB (Red+Green+Blue) = 1+105+32=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 105 (41.41% from 255 or 76.09% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 105 - color contains mainly: green. Hex color #016920 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016920 is #FE96DF. Grayscale: #414141. Windows color (decimal): -16684768 or 2124033. OLE color: 2124033.
HSL color Cylindrical-coordinate representation of color #016920: hue angle of 137.88º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016920 is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 105 | 32 | - |
| CMYK | 0.99 | 0 | 0.70 | 0.59 |
| HSL | 137.88º | 0.98% | 0.21% | - |
| HSV(B) | 137.88º | 0.99% | 0.41% | - |
| XYZ | 5.32 | 10.21 | 3.06 | - |
| YUV | 65.58 | 109.04 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 32 | 0.99 | 0 | 0.70 | 0.59 | 137.88 | 0.98 | 0.21 |
| Hex | 1 | 69 | 20 | 63 | 0 | 46 | 3B | 8A | 62 | 15 |
| Octal | 1 | 151 | 40 | 143 | 0 | 106 | 73 | 212 | 142 | 25 |
| Binary | 1 | 1101001 | 100000 | 1100011 | 0 | 1000110 | 111011 | 10001010 | 1100010 | 10101 |
Color Harmonies of #016920
Complementary color
Monochromatic Colors of #016920
Black with #016920
Text Example
Text Example
White with #016920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016920; }
p { color: rgb(1,105,32); }
H1.HeaderClassName
{
color: #016920;
}
.AnyTagClassName
{
color: #016920;
}
</style>
background-color css
<style>
a { background-color: #016920; }
a { background-color: rgb(1,105,32); }
div.DivClassName
{
background-color: #016920;
}
.BgClassName
{
background-color: #016920;
}
</style>
border-color css
<style>
span { border-color: #016920; }
span { border-color: rgb(1,105,32); }
td.TdClassName
{
border-color: #016920;
}
.TagClassName
{
border-color: #016920;
}
</style>