Shades of Crusoe #0E681D
Tints of Crusoe #0E681D
RGB
CMYK
RGB Variations
Color information
#0E681D (or 0x0E681D) is known color: Crusoe. HEX triplet: 0E, 68 and 1D. RGB value is (14,104,29). Sum of RGB (Red+Green+Blue) = 14+104+29=147 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.52% from 147); Green value is 104 (41.02% from 255 or 70.75% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 104 - color contains mainly: green. Hex color #0E681D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E681D is #F197E2. Grayscale: #444444. Windows color (decimal): -15833059 or 1927182. OLE color: 1927182.
HSL color Cylindrical-coordinate representation of color #0E681D: hue angle of 130º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E681D is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 14 | 104 | 29 | - |
| CMYK | 0.87 | 0 | 0.72 | 0.59 |
| HSL | 130º | 0.76% | 0.23% | - |
| HSV(B) | 130º | 0.87% | 0.41% | - |
| XYZ | 5.35 | 10.08 | 2.83 | - |
| YUV | 68.54 | 105.68 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 104 | 29 | 0.87 | 0 | 0.72 | 0.59 | 130 | 0.76 | 0.23 |
| Hex | E | 68 | 1D | 57 | 0 | 48 | 3B | 82 | 4C | 17 |
| Octal | 16 | 150 | 35 | 127 | 0 | 110 | 73 | 202 | 114 | 27 |
| Binary | 1110 | 1101000 | 11101 | 1010111 | 0 | 1001000 | 111011 | 10000010 | 1001100 | 10111 |
Color Harmonies of #0E681D
Complementary color
Monochromatic Colors of #0E681D
Black with #0E681D
Text Example
Text Example
White with #0E681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E681D; }
p { color: rgb(14,104,29); }
H1.HeaderClassName
{
color: #0E681D;
}
.AnyTagClassName
{
color: #0E681D;
}
</style>
background-color css
<style>
a { background-color: #0E681D; }
a { background-color: rgb(14,104,29); }
div.DivClassName
{
background-color: #0E681D;
}
.BgClassName
{
background-color: #0E681D;
}
</style>
border-color css
<style>
span { border-color: #0E681D; }
span { border-color: rgb(14,104,29); }
td.TdClassName
{
border-color: #0E681D;
}
.TagClassName
{
border-color: #0E681D;
}
</style>