Shades of Crusoe #0A5716
Tints of Crusoe #0A5716
RGB
CMYK
RGB Variations
Color information
#0A5716 (or 0x0A5716) is known color: Crusoe. HEX triplet: 0A, 57 and 16. RGB value is (10,87,22). Sum of RGB (Red+Green+Blue) = 10+87+22=119 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.40% from 119); Green value is 87 (34.38% from 255 or 73.11% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 87 - color contains mainly: green. Hex color #0A5716 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5716 is #F5A8E9. Grayscale: #383838. Windows color (decimal): -16099562 or 1464074. OLE color: 1464074.
HSL color Cylindrical-coordinate representation of color #0A5716: hue angle of 129.35º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5716 is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 10 | 87 | 22 | - |
| CMYK | 0.89 | 0 | 0.75 | 0.66 |
| HSL | 129.35º | 0.79% | 0.19% | - |
| HSV(B) | 129.35º | 0.89% | 0.34% | - |
| XYZ | 3.68 | 6.94 | 1.9 | - |
| YUV | 56.57 | 108.49 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 87 | 22 | 0.89 | 0 | 0.75 | 0.66 | 129.35 | 0.79 | 0.19 |
| Hex | A | 57 | 16 | 59 | 0 | 4B | 42 | 81 | 4F | 13 |
| Octal | 12 | 127 | 26 | 131 | 0 | 113 | 102 | 201 | 117 | 23 |
| Binary | 1010 | 1010111 | 10110 | 1011001 | 0 | 1001011 | 1000010 | 10000001 | 1001111 | 10011 |
Color Harmonies of #0A5716
Complementary color
Monochromatic Colors of #0A5716
Black with #0A5716
Text Example
Text Example
White with #0A5716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5716; }
p { color: rgb(10,87,22); }
H1.HeaderClassName
{
color: #0A5716;
}
.AnyTagClassName
{
color: #0A5716;
}
</style>
background-color css
<style>
a { background-color: #0A5716; }
a { background-color: rgb(10,87,22); }
div.DivClassName
{
background-color: #0A5716;
}
.BgClassName
{
background-color: #0A5716;
}
</style>
border-color css
<style>
span { border-color: #0A5716; }
span { border-color: rgb(10,87,22); }
td.TdClassName
{
border-color: #0A5716;
}
.TagClassName
{
border-color: #0A5716;
}
</style>