Shades of Crusoe #0A6329
Tints of Crusoe #0A6329
RGB
CMYK
RGB Variations
Color information
#0A6329 (or 0x0A6329) is known color: Crusoe. HEX triplet: 0A, 63 and 29. RGB value is (10,99,41). Sum of RGB (Red+Green+Blue) = 10+99+41=150 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.67% from 150); Green value is 99 (39.06% from 255 or 66% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 99 - color contains mainly: green. Hex color #0A6329 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6329 is #F59CD6. Grayscale: #414141. Windows color (decimal): -16096471 or 2712330. OLE color: 2712330.
HSL color Cylindrical-coordinate representation of color #0A6329: hue angle of 140.9º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6329 is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 99 | 41 | - |
| CMYK | 0.90 | 0 | 0.59 | 0.61 |
| HSL | 140.9º | 0.82% | 0.21% | - |
| HSV(B) | 140.9º | 0.9% | 0.39% | - |
| XYZ | 4.99 | 9.15 | 3.6 | - |
| YUV | 65.78 | 114.01 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 99 | 41 | 0.90 | 0 | 0.59 | 0.61 | 140.9 | 0.82 | 0.21 |
| Hex | A | 63 | 29 | 5A | 0 | 3B | 3D | 8D | 52 | 15 |
| Octal | 12 | 143 | 51 | 132 | 0 | 73 | 75 | 215 | 122 | 25 |
| Binary | 1010 | 1100011 | 101001 | 1011010 | 0 | 111011 | 111101 | 10001101 | 1010010 | 10101 |
Color Harmonies of #0A6329
Complementary color
Monochromatic Colors of #0A6329
Black with #0A6329
Text Example
Text Example
White with #0A6329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6329; }
p { color: rgb(10,99,41); }
H1.HeaderClassName
{
color: #0A6329;
}
.AnyTagClassName
{
color: #0A6329;
}
</style>
background-color css
<style>
a { background-color: #0A6329; }
a { background-color: rgb(10,99,41); }
div.DivClassName
{
background-color: #0A6329;
}
.BgClassName
{
background-color: #0A6329;
}
</style>
border-color css
<style>
span { border-color: #0A6329; }
span { border-color: rgb(10,99,41); }
td.TdClassName
{
border-color: #0A6329;
}
.TagClassName
{
border-color: #0A6329;
}
</style>