Shades of Crusoe #0E6833
Tints of Crusoe #0E6833
RGB
CMYK
RGB Variations
Color information
#0E6833 (or 0x0E6833) is known color: Crusoe. HEX triplet: 0E, 68 and 33. RGB value is (14,104,51). Sum of RGB (Red+Green+Blue) = 14+104+51=169 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.28% from 169); Green value is 104 (41.02% from 255 or 61.54% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 104 - color contains mainly: green. Hex color #0E6833 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6833 is #F197CC. Grayscale: #474747. Windows color (decimal): -15833037 or 3368974. OLE color: 3368974.
HSL color Cylindrical-coordinate representation of color #0E6833: hue angle of 144.67º 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 #0E6833 is Cyan = 0.87, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 14 | 104 | 51 | - |
| CMYK | 0.87 | 0 | 0.51 | 0.59 |
| HSL | 144.67º | 0.76% | 0.23% | - |
| HSV(B) | 144.67º | 0.87% | 0.41% | - |
| XYZ | 5.73 | 10.23 | 4.81 | - |
| YUV | 71.05 | 116.68 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 104 | 51 | 0.87 | 0 | 0.51 | 0.59 | 144.67 | 0.76 | 0.23 |
| Hex | E | 68 | 33 | 57 | 0 | 33 | 3B | 91 | 4C | 17 |
| Octal | 16 | 150 | 63 | 127 | 0 | 63 | 73 | 221 | 114 | 27 |
| Binary | 1110 | 1101000 | 110011 | 1010111 | 0 | 110011 | 111011 | 10010001 | 1001100 | 10111 |
Color Harmonies of #0E6833
Complementary color
Monochromatic Colors of #0E6833
Black with #0E6833
Text Example
Text Example
White with #0E6833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6833; }
p { color: rgb(14,104,51); }
H1.HeaderClassName
{
color: #0E6833;
}
.AnyTagClassName
{
color: #0E6833;
}
</style>
background-color css
<style>
a { background-color: #0E6833; }
a { background-color: rgb(14,104,51); }
div.DivClassName
{
background-color: #0E6833;
}
.BgClassName
{
background-color: #0E6833;
}
</style>
border-color css
<style>
span { border-color: #0E6833; }
span { border-color: rgb(14,104,51); }
td.TdClassName
{
border-color: #0E6833;
}
.TagClassName
{
border-color: #0E6833;
}
</style>