Shades of Crusoe #0A6623
Tints of Crusoe #0A6623
RGB
CMYK
RGB Variations
Color information
#0A6623 (or 0x0A6623) is known color: Crusoe. HEX triplet: 0A, 66 and 23. RGB value is (10,102,35). Sum of RGB (Red+Green+Blue) = 10+102+35=147 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.80% from 147); Green value is 102 (40.23% from 255 or 69.39% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 102 - color contains mainly: green. Hex color #0A6623 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6623 is #F599DC. Grayscale: #434343. Windows color (decimal): -16095709 or 2319882. OLE color: 2319882.
HSL color Cylindrical-coordinate representation of color #0A6623: hue angle of 136.3º 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 #0A6623 is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 10 | 102 | 35 | - |
| CMYK | 0.90 | 0 | 0.66 | 0.6 |
| HSL | 136.3º | 0.82% | 0.22% | - |
| HSV(B) | 136.3º | 0.9% | 0.4% | - |
| XYZ | 5.18 | 9.69 | 3.19 | - |
| YUV | 66.85 | 110.02 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 102 | 35 | 0.90 | 0 | 0.66 | 0.6 | 136.3 | 0.82 | 0.22 |
| Hex | A | 66 | 23 | 5A | 0 | 42 | 3C | 88 | 52 | 16 |
| Octal | 12 | 146 | 43 | 132 | 0 | 102 | 74 | 210 | 122 | 26 |
| Binary | 1010 | 1100110 | 100011 | 1011010 | 0 | 1000010 | 111100 | 10001000 | 1010010 | 10110 |
Color Harmonies of #0A6623
Complementary color
Monochromatic Colors of #0A6623
Black with #0A6623
Text Example
Text Example
White with #0A6623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6623; }
p { color: rgb(10,102,35); }
H1.HeaderClassName
{
color: #0A6623;
}
.AnyTagClassName
{
color: #0A6623;
}
</style>
background-color css
<style>
a { background-color: #0A6623; }
a { background-color: rgb(10,102,35); }
div.DivClassName
{
background-color: #0A6623;
}
.BgClassName
{
background-color: #0A6623;
}
</style>
border-color css
<style>
span { border-color: #0A6623; }
span { border-color: rgb(10,102,35); }
td.TdClassName
{
border-color: #0A6623;
}
.TagClassName
{
border-color: #0A6623;
}
</style>