Shades of Crusoe #0A6919
Tints of Crusoe #0A6919
RGB
CMYK
RGB Variations
Color information
#0A6919 (or 0x0A6919) is known color: Crusoe. HEX triplet: 0A, 69 and 19. RGB value is (10,105,25). Sum of RGB (Red+Green+Blue) = 10+105+25=140 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.14% from 140); Green value is 105 (41.41% from 255 or 75% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 105 - color contains mainly: green. Hex color #0A6919 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6919 is #F596E6. Grayscale: #434343. Windows color (decimal): -16094951 or 1665290. OLE color: 1665290.
HSL color Cylindrical-coordinate representation of color #0A6919: hue angle of 129.47º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6919 is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 105 | 25 | - |
| CMYK | 0.90 | 0 | 0.76 | 0.59 |
| HSL | 129.47º | 0.83% | 0.23% | - |
| HSV(B) | 129.47º | 0.9% | 0.41% | - |
| XYZ | 5.35 | 10.24 | 2.61 | - |
| YUV | 67.48 | 104.03 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 105 | 25 | 0.90 | 0 | 0.76 | 0.59 | 129.47 | 0.83 | 0.23 |
| Hex | A | 69 | 19 | 5A | 0 | 4C | 3B | 81 | 53 | 17 |
| Octal | 12 | 151 | 31 | 132 | 0 | 114 | 73 | 201 | 123 | 27 |
| Binary | 1010 | 1101001 | 11001 | 1011010 | 0 | 1001100 | 111011 | 10000001 | 1010011 | 10111 |
Color Harmonies of #0A6919
Complementary color
Monochromatic Colors of #0A6919
Black with #0A6919
Text Example
Text Example
White with #0A6919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6919; }
p { color: rgb(10,105,25); }
H1.HeaderClassName
{
color: #0A6919;
}
.AnyTagClassName
{
color: #0A6919;
}
</style>
background-color css
<style>
a { background-color: #0A6919; }
a { background-color: rgb(10,105,25); }
div.DivClassName
{
background-color: #0A6919;
}
.BgClassName
{
background-color: #0A6919;
}
</style>
border-color css
<style>
span { border-color: #0A6919; }
span { border-color: rgb(10,105,25); }
td.TdClassName
{
border-color: #0A6919;
}
.TagClassName
{
border-color: #0A6919;
}
</style>