Shades of Crusoe #0A6821
Tints of Crusoe #0A6821
RGB
CMYK
RGB Variations
Color information
#0A6821 (or 0x0A6821) is known color: Crusoe. HEX triplet: 0A, 68 and 21. RGB value is (10,104,33). Sum of RGB (Red+Green+Blue) = 10+104+33=147 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.80% from 147); Green value is 104 (41.02% from 255 or 70.75% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 104 - color contains mainly: green. Hex color #0A6821 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6821 is #F597DE. Grayscale: #434343. Windows color (decimal): -16095199 or 2189322. OLE color: 2189322.
HSL color Cylindrical-coordinate representation of color #0A6821: hue angle of 134.68º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6821 is Cyan = 0.90, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 104 | 33 | - |
| CMYK | 0.90 | 0 | 0.68 | 0.59 |
| HSL | 134.68º | 0.82% | 0.22% | - |
| HSV(B) | 134.68º | 0.9% | 0.41% | - |
| XYZ | 5.35 | 10.07 | 3.1 | - |
| YUV | 67.8 | 108.36 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 104 | 33 | 0.90 | 0 | 0.68 | 0.59 | 134.68 | 0.82 | 0.22 |
| Hex | A | 68 | 21 | 5A | 0 | 44 | 3B | 87 | 52 | 16 |
| Octal | 12 | 150 | 41 | 132 | 0 | 104 | 73 | 207 | 122 | 26 |
| Binary | 1010 | 1101000 | 100001 | 1011010 | 0 | 1000100 | 111011 | 10000111 | 1010010 | 10110 |
Color Harmonies of #0A6821
Complementary color
Monochromatic Colors of #0A6821
Black with #0A6821
Text Example
Text Example
White with #0A6821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6821; }
p { color: rgb(10,104,33); }
H1.HeaderClassName
{
color: #0A6821;
}
.AnyTagClassName
{
color: #0A6821;
}
</style>
background-color css
<style>
a { background-color: #0A6821; }
a { background-color: rgb(10,104,33); }
div.DivClassName
{
background-color: #0A6821;
}
.BgClassName
{
background-color: #0A6821;
}
</style>
border-color css
<style>
span { border-color: #0A6821; }
span { border-color: rgb(10,104,33); }
td.TdClassName
{
border-color: #0A6821;
}
.TagClassName
{
border-color: #0A6821;
}
</style>