Shades of Crusoe #0A662B
Tints of Crusoe #0A662B
RGB
CMYK
RGB Variations
Color information
#0A662B (or 0x0A662B) is known color: Crusoe. HEX triplet: 0A, 66 and 2B. RGB value is (10,102,43). Sum of RGB (Red+Green+Blue) = 10+102+43=155 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.45% from 155); Green value is 102 (40.23% from 255 or 65.81% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 102 - color contains mainly: green. Hex color #0A662B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A662B is #F599D4. Grayscale: #434343. Windows color (decimal): -16095701 or 2844170. OLE color: 2844170.
HSL color Cylindrical-coordinate representation of color #0A662B: hue angle of 141.52º 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 #0A662B is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 10 | 102 | 43 | - |
| CMYK | 0.90 | 0 | 0.58 | 0.6 |
| HSL | 141.52º | 0.82% | 0.22% | - |
| HSV(B) | 141.52º | 0.9% | 0.4% | - |
| XYZ | 5.31 | 9.74 | 3.89 | - |
| YUV | 67.77 | 114.02 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 102 | 43 | 0.90 | 0 | 0.58 | 0.6 | 141.52 | 0.82 | 0.22 |
| Hex | A | 66 | 2B | 5A | 0 | 3A | 3C | 8E | 52 | 16 |
| Octal | 12 | 146 | 53 | 132 | 0 | 72 | 74 | 216 | 122 | 26 |
| Binary | 1010 | 1100110 | 101011 | 1011010 | 0 | 111010 | 111100 | 10001110 | 1010010 | 10110 |
Color Harmonies of #0A662B
Complementary color
Monochromatic Colors of #0A662B
Black with #0A662B
Text Example
Text Example
White with #0A662B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A662B; }
p { color: rgb(10,102,43); }
H1.HeaderClassName
{
color: #0A662B;
}
.AnyTagClassName
{
color: #0A662B;
}
</style>
background-color css
<style>
a { background-color: #0A662B; }
a { background-color: rgb(10,102,43); }
div.DivClassName
{
background-color: #0A662B;
}
.BgClassName
{
background-color: #0A662B;
}
</style>
border-color css
<style>
span { border-color: #0A662B; }
span { border-color: rgb(10,102,43); }
td.TdClassName
{
border-color: #0A662B;
}
.TagClassName
{
border-color: #0A662B;
}
</style>