Shades of Crusoe #0A711D
Tints of Crusoe #0A711D
RGB
CMYK
RGB Variations
Color information
#0A711D (or 0x0A711D) is known color: Crusoe. HEX triplet: 0A, 71 and 1D. RGB value is (10,113,29). Sum of RGB (Red+Green+Blue) = 10+113+29=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 113 (44.53% from 255 or 74.34% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 113 - color contains mainly: green. Hex color #0A711D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A711D is #F58EE2. Grayscale: #484848. Windows color (decimal): -16092899 or 1929482. OLE color: 1929482.
HSL color Cylindrical-coordinate representation of color #0A711D: hue angle of 131.07º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A711D is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 10 | 113 | 29 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.56 |
| HSL | 131.07º | 0.84% | 0.24% | - |
| HSV(B) | 131.07º | 0.91% | 0.44% | - |
| XYZ | 6.25 | 11.96 | 3.14 | - |
| YUV | 72.63 | 103.38 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 113 | 29 | 0.91 | 0 | 0.74 | 0.56 | 131.07 | 0.84 | 0.24 |
| Hex | A | 71 | 1D | 5B | 0 | 4A | 38 | 83 | 54 | 18 |
| Octal | 12 | 161 | 35 | 133 | 0 | 112 | 70 | 203 | 124 | 30 |
| Binary | 1010 | 1110001 | 11101 | 1011011 | 0 | 1001010 | 111000 | 10000011 | 1010100 | 11000 |
Color Harmonies of #0A711D
Complementary color
Monochromatic Colors of #0A711D
Black with #0A711D
Text Example
Text Example
White with #0A711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A711D; }
p { color: rgb(10,113,29); }
H1.HeaderClassName
{
color: #0A711D;
}
.AnyTagClassName
{
color: #0A711D;
}
</style>
background-color css
<style>
a { background-color: #0A711D; }
a { background-color: rgb(10,113,29); }
div.DivClassName
{
background-color: #0A711D;
}
.BgClassName
{
background-color: #0A711D;
}
</style>
border-color css
<style>
span { border-color: #0A711D; }
span { border-color: rgb(10,113,29); }
td.TdClassName
{
border-color: #0A711D;
}
.TagClassName
{
border-color: #0A711D;
}
</style>