Shades of Crusoe #0A6629
Tints of Crusoe #0A6629
RGB
CMYK
RGB Variations
Color information
#0A6629 (or 0x0A6629) is known color: Crusoe. HEX triplet: 0A, 66 and 29. RGB value is (10,102,41). Sum of RGB (Red+Green+Blue) = 10+102+41=153 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.54% from 153); Green value is 102 (40.23% from 255 or 66.67% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 102 - color contains mainly: green. Hex color #0A6629 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6629 is #F599D6. Grayscale: #434343. Windows color (decimal): -16095703 or 2713098. OLE color: 2713098.
HSL color Cylindrical-coordinate representation of color #0A6629: hue angle of 140.22º 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 #0A6629 is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 10 | 102 | 41 | - |
| CMYK | 0.90 | 0 | 0.60 | 0.6 |
| HSL | 140.22º | 0.82% | 0.22% | - |
| HSV(B) | 140.22º | 0.9% | 0.4% | - |
| XYZ | 5.28 | 9.73 | 3.7 | - |
| YUV | 67.54 | 113.02 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 102 | 41 | 0.90 | 0 | 0.60 | 0.6 | 140.22 | 0.82 | 0.22 |
| Hex | A | 66 | 29 | 5A | 0 | 3C | 3C | 8C | 52 | 16 |
| Octal | 12 | 146 | 51 | 132 | 0 | 74 | 74 | 214 | 122 | 26 |
| Binary | 1010 | 1100110 | 101001 | 1011010 | 0 | 111100 | 111100 | 10001100 | 1010010 | 10110 |
Color Harmonies of #0A6629
Complementary color
Monochromatic Colors of #0A6629
Black with #0A6629
Text Example
Text Example
White with #0A6629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6629; }
p { color: rgb(10,102,41); }
H1.HeaderClassName
{
color: #0A6629;
}
.AnyTagClassName
{
color: #0A6629;
}
</style>
background-color css
<style>
a { background-color: #0A6629; }
a { background-color: rgb(10,102,41); }
div.DivClassName
{
background-color: #0A6629;
}
.BgClassName
{
background-color: #0A6629;
}
</style>
border-color css
<style>
span { border-color: #0A6629; }
span { border-color: rgb(10,102,41); }
td.TdClassName
{
border-color: #0A6629;
}
.TagClassName
{
border-color: #0A6629;
}
</style>