Shades of Jewel #0E6647
Tints of Jewel #0E6647
RGB
CMYK
RGB Variations
Color information
#0E6647 (or 0x0E6647) is known color: Jewel. HEX triplet: 0E, 66 and 47. RGB value is (14,102,71). Sum of RGB (Red+Green+Blue) = 14+102+71=187 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.49% from 187); Green value is 102 (40.23% from 255 or 54.55% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 102 - color contains mainly: green. Hex color #0E6647 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6647 is #F199B8. Grayscale: #484848. Windows color (decimal): -15833529 or 4679182. OLE color: 4679182.
HSL color Cylindrical-coordinate representation of color #0E6647: hue angle of 158.86º 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 #0E6647 is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 14 | 102 | 71 | - |
| CMYK | 0.86 | 0 | 0.30 | 0.6 |
| HSL | 158.86º | 0.76% | 0.23% | - |
| HSV(B) | 158.86º | 0.86% | 0.4% | - |
| XYZ | 6.07 | 10.05 | 7.58 | - |
| YUV | 72.15 | 127.35 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 102 | 71 | 0.86 | 0 | 0.30 | 0.6 | 158.86 | 0.76 | 0.23 |
| Hex | E | 66 | 47 | 56 | 0 | 1E | 3C | 9F | 4C | 17 |
| Octal | 16 | 146 | 107 | 126 | 0 | 36 | 74 | 237 | 114 | 27 |
| Binary | 1110 | 1100110 | 1000111 | 1010110 | 0 | 11110 | 111100 | 10011111 | 1001100 | 10111 |
Color Harmonies of #0E6647
Complementary color
Monochromatic Colors of #0E6647
Black with #0E6647
Text Example
Text Example
White with #0E6647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6647; }
p { color: rgb(14,102,71); }
H1.HeaderClassName
{
color: #0E6647;
}
.AnyTagClassName
{
color: #0E6647;
}
</style>
background-color css
<style>
a { background-color: #0E6647; }
a { background-color: rgb(14,102,71); }
div.DivClassName
{
background-color: #0E6647;
}
.BgClassName
{
background-color: #0E6647;
}
</style>
border-color css
<style>
span { border-color: #0E6647; }
span { border-color: rgb(14,102,71); }
td.TdClassName
{
border-color: #0E6647;
}
.TagClassName
{
border-color: #0E6647;
}
</style>