Shades of Crusoe #0E662E
Tints of Crusoe #0E662E
RGB
CMYK
RGB Variations
Color information
#0E662E (or 0x0E662E) is known color: Crusoe. HEX triplet: 0E, 66 and 2E. RGB value is (14,102,46). Sum of RGB (Red+Green+Blue) = 14+102+46=162 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.64% from 162); Green value is 102 (40.23% from 255 or 62.96% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 102 - color contains mainly: green. Hex color #0E662E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E662E is #F199D1. Grayscale: #454545. Windows color (decimal): -15833554 or 3040782. OLE color: 3040782.
HSL color Cylindrical-coordinate representation of color #0E662E: hue angle of 141.82º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E662E is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 14 | 102 | 46 | - |
| CMYK | 0.86 | 0 | 0.55 | 0.6 |
| HSL | 141.82º | 0.76% | 0.23% | - |
| HSV(B) | 141.82º | 0.86% | 0.4% | - |
| XYZ | 5.43 | 9.79 | 4.19 | - |
| YUV | 69.3 | 114.85 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 102 | 46 | 0.86 | 0 | 0.55 | 0.6 | 141.82 | 0.76 | 0.23 |
| Hex | E | 66 | 2E | 56 | 0 | 37 | 3C | 8E | 4C | 17 |
| Octal | 16 | 146 | 56 | 126 | 0 | 67 | 74 | 216 | 114 | 27 |
| Binary | 1110 | 1100110 | 101110 | 1010110 | 0 | 110111 | 111100 | 10001110 | 1001100 | 10111 |
Color Harmonies of #0E662E
Complementary color
Monochromatic Colors of #0E662E
Black with #0E662E
Text Example
Text Example
White with #0E662E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E662E; }
p { color: rgb(14,102,46); }
H1.HeaderClassName
{
color: #0E662E;
}
.AnyTagClassName
{
color: #0E662E;
}
</style>
background-color css
<style>
a { background-color: #0E662E; }
a { background-color: rgb(14,102,46); }
div.DivClassName
{
background-color: #0E662E;
}
.BgClassName
{
background-color: #0E662E;
}
</style>
border-color css
<style>
span { border-color: #0E662E; }
span { border-color: rgb(14,102,46); }
td.TdClassName
{
border-color: #0E662E;
}
.TagClassName
{
border-color: #0E662E;
}
</style>