Shades of Crusoe #0E6B2E
Tints of Crusoe #0E6B2E
RGB
CMYK
RGB Variations
Color information
#0E6B2E (or 0x0E6B2E) is known color: Crusoe. HEX triplet: 0E, 6B and 2E. RGB value is (14,107,46). Sum of RGB (Red+Green+Blue) = 14+107+46=167 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.38% from 167); Green value is 107 (42.19% from 255 or 64.07% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 107 - color contains mainly: green. Hex color #0E6B2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6B2E is #F194D1. Grayscale: #484848. Windows color (decimal): -15832274 or 3042062. OLE color: 3042062.
HSL color Cylindrical-coordinate representation of color #0E6B2E: hue angle of 140.65º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E6B2E is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 14 | 107 | 46 | - |
| CMYK | 0.87 | 0 | 0.57 | 0.58 |
| HSL | 140.65º | 0.77% | 0.24% | - |
| HSV(B) | 140.65º | 0.87% | 0.42% | - |
| XYZ | 5.93 | 10.81 | 4.36 | - |
| YUV | 72.24 | 113.19 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 107 | 46 | 0.87 | 0 | 0.57 | 0.58 | 140.65 | 0.77 | 0.24 |
| Hex | E | 6B | 2E | 57 | 0 | 39 | 3A | 8D | 4D | 18 |
| Octal | 16 | 153 | 56 | 127 | 0 | 71 | 72 | 215 | 115 | 30 |
| Binary | 1110 | 1101011 | 101110 | 1010111 | 0 | 111001 | 111010 | 10001101 | 1001101 | 11000 |
Color Harmonies of #0E6B2E
Complementary color
Monochromatic Colors of #0E6B2E
Black with #0E6B2E
Text Example
Text Example
White with #0E6B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6B2E; }
p { color: rgb(14,107,46); }
H1.HeaderClassName
{
color: #0E6B2E;
}
.AnyTagClassName
{
color: #0E6B2E;
}
</style>
background-color css
<style>
a { background-color: #0E6B2E; }
a { background-color: rgb(14,107,46); }
div.DivClassName
{
background-color: #0E6B2E;
}
.BgClassName
{
background-color: #0E6B2E;
}
</style>
border-color css
<style>
span { border-color: #0E6B2E; }
span { border-color: rgb(14,107,46); }
td.TdClassName
{
border-color: #0E6B2E;
}
.TagClassName
{
border-color: #0E6B2E;
}
</style>