Shades of Jewel #0E6046
Tints of Jewel #0E6046
RGB
CMYK
RGB Variations
Color information
#0E6046 (or 0x0E6046) is known color: Jewel. HEX triplet: 0E, 60 and 46. RGB value is (14,96,70). Sum of RGB (Red+Green+Blue) = 14+96+70=180 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.78% from 180); Green value is 96 (37.89% from 255 or 53.33% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 96 - color contains mainly: green. Hex color #0E6046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6046 is #F19FB9. Grayscale: #444444. Windows color (decimal): -15835066 or 4612110. OLE color: 4612110.
HSL color Cylindrical-coordinate representation of color #0E6046: hue angle of 160.98º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E6046 is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 14 | 96 | 70 | - |
| CMYK | 0.85 | 0 | 0.27 | 0.62 |
| HSL | 160.98º | 0.75% | 0.22% | - |
| HSV(B) | 160.98º | 0.85% | 0.38% | - |
| XYZ | 5.47 | 8.9 | 7.22 | - |
| YUV | 68.52 | 128.83 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 96 | 70 | 0.85 | 0 | 0.27 | 0.62 | 160.98 | 0.75 | 0.22 |
| Hex | E | 60 | 46 | 55 | 0 | 1B | 3E | A1 | 4B | 16 |
| Octal | 16 | 140 | 106 | 125 | 0 | 33 | 76 | 241 | 113 | 26 |
| Binary | 1110 | 1100000 | 1000110 | 1010101 | 0 | 11011 | 111110 | 10100001 | 1001011 | 10110 |
Color Harmonies of #0E6046
Complementary color
Monochromatic Colors of #0E6046
Black with #0E6046
Text Example
Text Example
White with #0E6046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6046; }
p { color: rgb(14,96,70); }
H1.HeaderClassName
{
color: #0E6046;
}
.AnyTagClassName
{
color: #0E6046;
}
</style>
background-color css
<style>
a { background-color: #0E6046; }
a { background-color: rgb(14,96,70); }
div.DivClassName
{
background-color: #0E6046;
}
.BgClassName
{
background-color: #0E6046;
}
</style>
border-color css
<style>
span { border-color: #0E6046; }
span { border-color: rgb(14,96,70); }
td.TdClassName
{
border-color: #0E6046;
}
.TagClassName
{
border-color: #0E6046;
}
</style>