Shades of Jewel #0E6740
Tints of Jewel #0E6740
RGB
CMYK
RGB Variations
Color information
#0E6740 (or 0x0E6740) is known color: Jewel. HEX triplet: 0E, 67 and 40. RGB value is (14,103,64). Sum of RGB (Red+Green+Blue) = 14+103+64=181 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.73% from 181); Green value is 103 (40.62% from 255 or 56.91% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 103 - color contains mainly: green. Hex color #0E6740 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6740 is #F198BF. Grayscale: #484848. Windows color (decimal): -15833280 or 4220686. OLE color: 4220686.
HSL color Cylindrical-coordinate representation of color #0E6740: hue angle of 153.71º 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 #0E6740 is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 14 | 103 | 64 | - |
| CMYK | 0.86 | 0 | 0.38 | 0.60 |
| HSL | 153.71º | 0.76% | 0.23% | - |
| HSV(B) | 153.71º | 0.86% | 0.4% | - |
| XYZ | 5.96 | 10.16 | 6.5 | - |
| YUV | 71.94 | 123.51 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 103 | 64 | 0.86 | 0 | 0.38 | 0.60 | 153.71 | 0.76 | 0.23 |
| Hex | E | 67 | 40 | 56 | 0 | 26 | 3C | 9A | 4C | 17 |
| Octal | 16 | 147 | 100 | 126 | 0 | 46 | 74 | 232 | 114 | 27 |
| Binary | 1110 | 1100111 | 1000000 | 1010110 | 0 | 100110 | 111100 | 10011010 | 1001100 | 10111 |
Color Harmonies of #0E6740
Complementary color
Monochromatic Colors of #0E6740
Black with #0E6740
Text Example
Text Example
White with #0E6740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6740; }
p { color: rgb(14,103,64); }
H1.HeaderClassName
{
color: #0E6740;
}
.AnyTagClassName
{
color: #0E6740;
}
</style>
background-color css
<style>
a { background-color: #0E6740; }
a { background-color: rgb(14,103,64); }
div.DivClassName
{
background-color: #0E6740;
}
.BgClassName
{
background-color: #0E6740;
}
</style>
border-color css
<style>
span { border-color: #0E6740; }
span { border-color: rgb(14,103,64); }
td.TdClassName
{
border-color: #0E6740;
}
.TagClassName
{
border-color: #0E6740;
}
</style>