Shades of Crusoe #0A6529
Tints of Crusoe #0A6529
RGB
CMYK
RGB Variations
Color information
#0A6529 (or 0x0A6529) is known color: Crusoe. HEX triplet: 0A, 65 and 29. RGB value is (10,101,41). Sum of RGB (Red+Green+Blue) = 10+101+41=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 101 (39.84% from 255 or 66.45% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 101 - color contains mainly: green. Hex color #0A6529 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6529 is #F59AD6. Grayscale: #434343. Windows color (decimal): -16095959 or 2712842. OLE color: 2712842.
HSL color Cylindrical-coordinate representation of color #0A6529: hue angle of 140.44º 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 #0A6529 is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 10 | 101 | 41 | - |
| CMYK | 0.90 | 0 | 0.59 | 0.60 |
| HSL | 140.44º | 0.82% | 0.22% | - |
| HSV(B) | 140.44º | 0.9% | 0.4% | - |
| XYZ | 5.18 | 9.53 | 3.66 | - |
| YUV | 66.95 | 113.35 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 101 | 41 | 0.90 | 0 | 0.59 | 0.60 | 140.44 | 0.82 | 0.22 |
| Hex | A | 65 | 29 | 5A | 0 | 3B | 3C | 8C | 52 | 16 |
| Octal | 12 | 145 | 51 | 132 | 0 | 73 | 74 | 214 | 122 | 26 |
| Binary | 1010 | 1100101 | 101001 | 1011010 | 0 | 111011 | 111100 | 10001100 | 1010010 | 10110 |
Color Harmonies of #0A6529
Complementary color
Monochromatic Colors of #0A6529
Black with #0A6529
Text Example
Text Example
White with #0A6529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6529; }
p { color: rgb(10,101,41); }
H1.HeaderClassName
{
color: #0A6529;
}
.AnyTagClassName
{
color: #0A6529;
}
</style>
background-color css
<style>
a { background-color: #0A6529; }
a { background-color: rgb(10,101,41); }
div.DivClassName
{
background-color: #0A6529;
}
.BgClassName
{
background-color: #0A6529;
}
</style>
border-color css
<style>
span { border-color: #0A6529; }
span { border-color: rgb(10,101,41); }
td.TdClassName
{
border-color: #0A6529;
}
.TagClassName
{
border-color: #0A6529;
}
</style>