Shades of Crusoe #0A6819
Tints of Crusoe #0A6819
RGB
CMYK
RGB Variations
Color information
#0A6819 (or 0x0A6819) is known color: Crusoe. HEX triplet: 0A, 68 and 19. RGB value is (10,104,25). Sum of RGB (Red+Green+Blue) = 10+104+25=139 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.19% from 139); Green value is 104 (41.02% from 255 or 74.82% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 104 - color contains mainly: green. Hex color #0A6819 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6819 is #F597E6. Grayscale: #434343. Windows color (decimal): -16095207 or 1665034. OLE color: 1665034.
HSL color Cylindrical-coordinate representation of color #0A6819: hue angle of 129.57º 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 #0A6819 is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 104 | 25 | - |
| CMYK | 0.90 | 0 | 0.76 | 0.59 |
| HSL | 129.57º | 0.82% | 0.22% | - |
| HSV(B) | 129.57º | 0.9% | 0.41% | - |
| XYZ | 5.25 | 10.04 | 2.58 | - |
| YUV | 66.89 | 104.36 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 104 | 25 | 0.90 | 0 | 0.76 | 0.59 | 129.57 | 0.82 | 0.22 |
| Hex | A | 68 | 19 | 5A | 0 | 4C | 3B | 82 | 52 | 16 |
| Octal | 12 | 150 | 31 | 132 | 0 | 114 | 73 | 202 | 122 | 26 |
| Binary | 1010 | 1101000 | 11001 | 1011010 | 0 | 1001100 | 111011 | 10000010 | 1010010 | 10110 |
Color Harmonies of #0A6819
Complementary color
Monochromatic Colors of #0A6819
Black with #0A6819
Text Example
Text Example
White with #0A6819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6819; }
p { color: rgb(10,104,25); }
H1.HeaderClassName
{
color: #0A6819;
}
.AnyTagClassName
{
color: #0A6819;
}
</style>
background-color css
<style>
a { background-color: #0A6819; }
a { background-color: rgb(10,104,25); }
div.DivClassName
{
background-color: #0A6819;
}
.BgClassName
{
background-color: #0A6819;
}
</style>
border-color css
<style>
span { border-color: #0A6819; }
span { border-color: rgb(10,104,25); }
td.TdClassName
{
border-color: #0A6819;
}
.TagClassName
{
border-color: #0A6819;
}
</style>