Shades of Jewel #0E6144
Tints of Jewel #0E6144
RGB
CMYK
RGB Variations
Color information
#0E6144 (or 0x0E6144) is known color: Jewel. HEX triplet: 0E, 61 and 44. RGB value is (14,97,68). Sum of RGB (Red+Green+Blue) = 14+97+68=179 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.82% from 179); Green value is 97 (38.28% from 255 or 54.19% from 179); Blue value is 68 (26.95% from 255 or 37.99% from 179); Max value from RGB is 97 - color contains mainly: green. Hex color #0E6144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6144 is #F19EBB. Grayscale: #444444. Windows color (decimal): -15834812 or 4481294. OLE color: 4481294.
HSL color Cylindrical-coordinate representation of color #0E6144: hue angle of 159.04º 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 #0E6144 is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 14 | 97 | 68 | - |
| CMYK | 0.86 | 0 | 0.30 | 0.62 |
| HSL | 159.04º | 0.75% | 0.22% | - |
| HSV(B) | 159.04º | 0.86% | 0.38% | - |
| XYZ | 5.5 | 9.06 | 6.93 | - |
| YUV | 68.88 | 127.5 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 97 | 68 | 0.86 | 0 | 0.30 | 0.62 | 159.04 | 0.75 | 0.22 |
| Hex | E | 61 | 44 | 56 | 0 | 1E | 3E | 9F | 4B | 16 |
| Octal | 16 | 141 | 104 | 126 | 0 | 36 | 76 | 237 | 113 | 26 |
| Binary | 1110 | 1100001 | 1000100 | 1010110 | 0 | 11110 | 111110 | 10011111 | 1001011 | 10110 |
Color Harmonies of #0E6144
Complementary color
Monochromatic Colors of #0E6144
Black with #0E6144
Text Example
Text Example
White with #0E6144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6144; }
p { color: rgb(14,97,68); }
H1.HeaderClassName
{
color: #0E6144;
}
.AnyTagClassName
{
color: #0E6144;
}
</style>
background-color css
<style>
a { background-color: #0E6144; }
a { background-color: rgb(14,97,68); }
div.DivClassName
{
background-color: #0E6144;
}
.BgClassName
{
background-color: #0E6144;
}
</style>
border-color css
<style>
span { border-color: #0E6144; }
span { border-color: rgb(14,97,68); }
td.TdClassName
{
border-color: #0E6144;
}
.TagClassName
{
border-color: #0E6144;
}
</style>