Shades of Crusoe #0A6624
Tints of Crusoe #0A6624
RGB
CMYK
RGB Variations
Color information
#0A6624 (or 0x0A6624) is known color: Crusoe. HEX triplet: 0A, 66 and 24. RGB value is (10,102,36). Sum of RGB (Red+Green+Blue) = 10+102+36=148 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.76% from 148); Green value is 102 (40.23% from 255 or 68.92% from 148); Blue value is 36 (14.45% from 255 or 24.32% from 148); Max value from RGB is 102 - color contains mainly: green. Hex color #0A6624 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6624 is #F599DB. Grayscale: #434343. Windows color (decimal): -16095708 or 2385418. OLE color: 2385418.
HSL color Cylindrical-coordinate representation of color #0A6624: hue angle of 136.96º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6624 is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 10 | 102 | 36 | - |
| CMYK | 0.90 | 0 | 0.65 | 0.6 |
| HSL | 136.96º | 0.82% | 0.22% | - |
| HSV(B) | 136.96º | 0.9% | 0.4% | - |
| XYZ | 5.19 | 9.69 | 3.27 | - |
| YUV | 66.97 | 110.52 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 102 | 36 | 0.90 | 0 | 0.65 | 0.6 | 136.96 | 0.82 | 0.22 |
| Hex | A | 66 | 24 | 5A | 0 | 41 | 3C | 89 | 52 | 16 |
| Octal | 12 | 146 | 44 | 132 | 0 | 101 | 74 | 211 | 122 | 26 |
| Binary | 1010 | 1100110 | 100100 | 1011010 | 0 | 1000001 | 111100 | 10001001 | 1010010 | 10110 |
Color Harmonies of #0A6624
Complementary color
Monochromatic Colors of #0A6624
Black with #0A6624
Text Example
Text Example
White with #0A6624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6624; }
p { color: rgb(10,102,36); }
H1.HeaderClassName
{
color: #0A6624;
}
.AnyTagClassName
{
color: #0A6624;
}
</style>
background-color css
<style>
a { background-color: #0A6624; }
a { background-color: rgb(10,102,36); }
div.DivClassName
{
background-color: #0A6624;
}
.BgClassName
{
background-color: #0A6624;
}
</style>
border-color css
<style>
span { border-color: #0A6624; }
span { border-color: rgb(10,102,36); }
td.TdClassName
{
border-color: #0A6624;
}
.TagClassName
{
border-color: #0A6624;
}
</style>