Shades of Crusoe #016720
Tints of Crusoe #016720
RGB
CMYK
RGB Variations
Color information
#016720 (or 0x016720) is known color: Crusoe. HEX triplet: 01, 67 and 20. RGB value is (1,103,32). Sum of RGB (Red+Green+Blue) = 1+103+32=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 103 (40.62% from 255 or 75.74% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 103 - color contains mainly: green. Hex color #016720 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016720 is #FE98DF. Grayscale: #404040. Windows color (decimal): -16685280 or 2123521. OLE color: 2123521.
HSL color Cylindrical-coordinate representation of color #016720: hue angle of 138.24º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016720 is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 103 | 32 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.60 |
| HSL | 138.24º | 0.98% | 0.2% | - |
| HSV(B) | 138.24º | 0.99% | 0.4% | - |
| XYZ | 5.12 | 9.81 | 2.99 | - |
| YUV | 64.41 | 109.71 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 32 | 0.99 | 0 | 0.69 | 0.60 | 138.24 | 0.98 | 0.2 |
| Hex | 1 | 67 | 20 | 63 | 0 | 45 | 3C | 8A | 62 | 14 |
| Octal | 1 | 147 | 40 | 143 | 0 | 105 | 74 | 212 | 142 | 24 |
| Binary | 1 | 1100111 | 100000 | 1100011 | 0 | 1000101 | 111100 | 10001010 | 1100010 | 10100 |
Color Harmonies of #016720
Complementary color
Monochromatic Colors of #016720
Black with #016720
Text Example
Text Example
White with #016720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016720; }
p { color: rgb(1,103,32); }
H1.HeaderClassName
{
color: #016720;
}
.AnyTagClassName
{
color: #016720;
}
</style>
background-color css
<style>
a { background-color: #016720; }
a { background-color: rgb(1,103,32); }
div.DivClassName
{
background-color: #016720;
}
.BgClassName
{
background-color: #016720;
}
</style>
border-color css
<style>
span { border-color: #016720; }
span { border-color: rgb(1,103,32); }
td.TdClassName
{
border-color: #016720;
}
.TagClassName
{
border-color: #016720;
}
</style>