Shades of Crusoe #0A611D
Tints of Crusoe #0A611D
RGB
CMYK
RGB Variations
Color information
#0A611D (or 0x0A611D) is known color: Crusoe. HEX triplet: 0A, 61 and 1D. RGB value is (10,97,29). Sum of RGB (Red+Green+Blue) = 10+97+29=136 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.35% from 136); Green value is 97 (38.28% from 255 or 71.32% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 97 - color contains mainly: green. Hex color #0A611D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A611D is #F59EE2. Grayscale: #3F3F3F. Windows color (decimal): -16096995 or 1925386. OLE color: 1925386.
HSL color Cylindrical-coordinate representation of color #0A611D: hue angle of 133.1º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A611D is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 10 | 97 | 29 | - |
| CMYK | 0.90 | 0 | 0.70 | 0.62 |
| HSL | 133.1º | 0.81% | 0.21% | - |
| HSV(B) | 133.1º | 0.9% | 0.38% | - |
| XYZ | 4.62 | 8.7 | 2.6 | - |
| YUV | 63.24 | 108.68 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 97 | 29 | 0.90 | 0 | 0.70 | 0.62 | 133.1 | 0.81 | 0.21 |
| Hex | A | 61 | 1D | 5A | 0 | 46 | 3E | 85 | 51 | 15 |
| Octal | 12 | 141 | 35 | 132 | 0 | 106 | 76 | 205 | 121 | 25 |
| Binary | 1010 | 1100001 | 11101 | 1011010 | 0 | 1000110 | 111110 | 10000101 | 1010001 | 10101 |
Color Harmonies of #0A611D
Complementary color
Monochromatic Colors of #0A611D
Black with #0A611D
Text Example
Text Example
White with #0A611D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A611D; }
p { color: rgb(10,97,29); }
H1.HeaderClassName
{
color: #0A611D;
}
.AnyTagClassName
{
color: #0A611D;
}
</style>
background-color css
<style>
a { background-color: #0A611D; }
a { background-color: rgb(10,97,29); }
div.DivClassName
{
background-color: #0A611D;
}
.BgClassName
{
background-color: #0A611D;
}
</style>
border-color css
<style>
span { border-color: #0A611D; }
span { border-color: rgb(10,97,29); }
td.TdClassName
{
border-color: #0A611D;
}
.TagClassName
{
border-color: #0A611D;
}
</style>