Shades of Crusoe #01560F
Tints of Crusoe #01560F
RGB
CMYK
RGB Variations
Color information
#01560F (or 0x01560F) is known color: Crusoe. HEX triplet: 01, 56 and 0F. RGB value is (1,86,15). Sum of RGB (Red+Green+Blue) = 1+86+15=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 86 (33.98% from 255 or 84.31% from 102); Blue value is 15 (6.25% from 255 or 14.71% from 102); Max value from RGB is 86 - color contains mainly: green. Hex color #01560F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01560F is #FEA9F0. Grayscale: #343434. Windows color (decimal): -16689649 or 1005057. OLE color: 1005057.
HSL color Cylindrical-coordinate representation of color #01560F: hue angle of 129.88º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01560F is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 86 | 15 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.66 |
| HSL | 129.88º | 0.98% | 0.17% | - |
| HSV(B) | 129.88º | 0.99% | 0.34% | - |
| XYZ | 3.43 | 6.7 | 1.56 | - |
| YUV | 52.49 | 106.84 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 86 | 15 | 0.99 | 0 | 0.83 | 0.66 | 129.88 | 0.98 | 0.17 |
| Hex | 1 | 56 | F | 63 | 0 | 53 | 42 | 82 | 62 | 11 |
| Octal | 1 | 126 | 17 | 143 | 0 | 123 | 102 | 202 | 142 | 21 |
| Binary | 1 | 1010110 | 1111 | 1100011 | 0 | 1010011 | 1000010 | 10000010 | 1100010 | 10001 |
Color Harmonies of #01560F
Complementary color
Monochromatic Colors of #01560F
Black with #01560F
Text Example
Text Example
White with #01560F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01560F; }
p { color: rgb(1,86,15); }
H1.HeaderClassName
{
color: #01560F;
}
.AnyTagClassName
{
color: #01560F;
}
</style>
background-color css
<style>
a { background-color: #01560F; }
a { background-color: rgb(1,86,15); }
div.DivClassName
{
background-color: #01560F;
}
.BgClassName
{
background-color: #01560F;
}
</style>
border-color css
<style>
span { border-color: #01560F; }
span { border-color: rgb(1,86,15); }
td.TdClassName
{
border-color: #01560F;
}
.TagClassName
{
border-color: #01560F;
}
</style>