Shades of Crusoe #0E6119
Tints of Crusoe #0E6119
RGB
CMYK
RGB Variations
Color information
#0E6119 (or 0x0E6119) is known color: Crusoe. HEX triplet: 0E, 61 and 19. RGB value is (14,97,25). Sum of RGB (Red+Green+Blue) = 14+97+25=136 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.29% from 136); Green value is 97 (38.28% from 255 or 71.32% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 97 - color contains mainly: green. Hex color #0E6119 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6119 is #F19EE6. Grayscale: #404040. Windows color (decimal): -15834855 or 1663246. OLE color: 1663246.
HSL color Cylindrical-coordinate representation of color #0E6119: hue angle of 127.95º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E6119 is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 14 | 97 | 25 | - |
| CMYK | 0.86 | 0 | 0.74 | 0.62 |
| HSL | 127.95º | 0.75% | 0.22% | - |
| HSV(B) | 127.95º | 0.86% | 0.38% | - |
| XYZ | 4.63 | 8.71 | 2.36 | - |
| YUV | 63.98 | 106 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 97 | 25 | 0.86 | 0 | 0.74 | 0.62 | 127.95 | 0.75 | 0.22 |
| Hex | E | 61 | 19 | 56 | 0 | 4A | 3E | 80 | 4B | 16 |
| Octal | 16 | 141 | 31 | 126 | 0 | 112 | 76 | 200 | 113 | 26 |
| Binary | 1110 | 1100001 | 11001 | 1010110 | 0 | 1001010 | 111110 | 10000000 | 1001011 | 10110 |
Color Harmonies of #0E6119
Complementary color
Monochromatic Colors of #0E6119
Black with #0E6119
Text Example
Text Example
White with #0E6119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6119; }
p { color: rgb(14,97,25); }
H1.HeaderClassName
{
color: #0E6119;
}
.AnyTagClassName
{
color: #0E6119;
}
</style>
background-color css
<style>
a { background-color: #0E6119; }
a { background-color: rgb(14,97,25); }
div.DivClassName
{
background-color: #0E6119;
}
.BgClassName
{
background-color: #0E6119;
}
</style>
border-color css
<style>
span { border-color: #0E6119; }
span { border-color: rgb(14,97,25); }
td.TdClassName
{
border-color: #0E6119;
}
.TagClassName
{
border-color: #0E6119;
}
</style>