Shades of Jewel #0E6744
Tints of Jewel #0E6744
RGB
CMYK
RGB Variations
Color information
#0E6744 (or 0x0E6744) is known color: Jewel. HEX triplet: 0E, 67 and 44. RGB value is (14,103,68). Sum of RGB (Red+Green+Blue) = 14+103+68=185 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.57% from 185); Green value is 103 (40.62% from 255 or 55.68% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 103 - color contains mainly: green. Hex color #0E6744 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6744 is #F198BB. Grayscale: #484848. Windows color (decimal): -15833276 or 4482830. OLE color: 4482830.
HSL color Cylindrical-coordinate representation of color #0E6744: hue angle of 156.4º 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 #0E6744 is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 14 | 103 | 68 | - |
| CMYK | 0.86 | 0 | 0.34 | 0.60 |
| HSL | 156.4º | 0.76% | 0.23% | - |
| HSV(B) | 156.4º | 0.86% | 0.4% | - |
| XYZ | 6.07 | 10.21 | 7.12 | - |
| YUV | 72.4 | 125.51 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 103 | 68 | 0.86 | 0 | 0.34 | 0.60 | 156.4 | 0.76 | 0.23 |
| Hex | E | 67 | 44 | 56 | 0 | 22 | 3C | 9C | 4C | 17 |
| Octal | 16 | 147 | 104 | 126 | 0 | 42 | 74 | 234 | 114 | 27 |
| Binary | 1110 | 1100111 | 1000100 | 1010110 | 0 | 100010 | 111100 | 10011100 | 1001100 | 10111 |
Color Harmonies of #0E6744
Complementary color
Monochromatic Colors of #0E6744
Black with #0E6744
Text Example
Text Example
White with #0E6744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6744; }
p { color: rgb(14,103,68); }
H1.HeaderClassName
{
color: #0E6744;
}
.AnyTagClassName
{
color: #0E6744;
}
</style>
background-color css
<style>
a { background-color: #0E6744; }
a { background-color: rgb(14,103,68); }
div.DivClassName
{
background-color: #0E6744;
}
.BgClassName
{
background-color: #0E6744;
}
</style>
border-color css
<style>
span { border-color: #0E6744; }
span { border-color: rgb(14,103,68); }
td.TdClassName
{
border-color: #0E6744;
}
.TagClassName
{
border-color: #0E6744;
}
</style>