Shades of Crusoe #0A6A1D
Tints of Crusoe #0A6A1D
RGB
CMYK
RGB Variations
Color information
#0A6A1D (or 0x0A6A1D) is known color: Crusoe. HEX triplet: 0A, 6A and 1D. RGB value is (10,106,29). Sum of RGB (Red+Green+Blue) = 10+106+29=145 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.90% from 145); Green value is 106 (41.80% from 255 or 73.10% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 106 - color contains mainly: green. Hex color #0A6A1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6A1D is #F595E2. Grayscale: #444444. Windows color (decimal): -16094691 or 1927690. OLE color: 1927690.
HSL color Cylindrical-coordinate representation of color #0A6A1D: hue angle of 131.88º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6A1D is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 10 | 106 | 29 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.58 |
| HSL | 131.88º | 0.83% | 0.23% | - |
| HSV(B) | 131.88º | 0.91% | 0.42% | - |
| XYZ | 5.5 | 10.46 | 2.89 | - |
| YUV | 68.52 | 105.7 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 106 | 29 | 0.91 | 0 | 0.73 | 0.58 | 131.88 | 0.83 | 0.23 |
| Hex | A | 6A | 1D | 5B | 0 | 49 | 3A | 84 | 53 | 17 |
| Octal | 12 | 152 | 35 | 133 | 0 | 111 | 72 | 204 | 123 | 27 |
| Binary | 1010 | 1101010 | 11101 | 1011011 | 0 | 1001001 | 111010 | 10000100 | 1010011 | 10111 |
Color Harmonies of #0A6A1D
Complementary color
Monochromatic Colors of #0A6A1D
Black with #0A6A1D
Text Example
Text Example
White with #0A6A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6A1D; }
p { color: rgb(10,106,29); }
H1.HeaderClassName
{
color: #0A6A1D;
}
.AnyTagClassName
{
color: #0A6A1D;
}
</style>
background-color css
<style>
a { background-color: #0A6A1D; }
a { background-color: rgb(10,106,29); }
div.DivClassName
{
background-color: #0A6A1D;
}
.BgClassName
{
background-color: #0A6A1D;
}
</style>
border-color css
<style>
span { border-color: #0A6A1D; }
span { border-color: rgb(10,106,29); }
td.TdClassName
{
border-color: #0A6A1D;
}
.TagClassName
{
border-color: #0A6A1D;
}
</style>