Shades of Jewel #0E6D3C
Tints of Jewel #0E6D3C
RGB
CMYK
RGB Variations
Color information
#0E6D3C (or 0x0E6D3C) is known color: Jewel. HEX triplet: 0E, 6D and 3C. RGB value is (14,109,60). Sum of RGB (Red+Green+Blue) = 14+109+60=183 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.65% from 183); Green value is 109 (42.97% from 255 or 59.56% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 109 - color contains mainly: green. Hex color #0E6D3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6D3C is #F192C3. Grayscale: #4B4B4B. Windows color (decimal): -15831748 or 3960078. OLE color: 3960078.
HSL color Cylindrical-coordinate representation of color #0E6D3C: hue angle of 149.05º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E6D3C is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 14 | 109 | 60 | - |
| CMYK | 0.87 | 0 | 0.45 | 0.57 |
| HSL | 149.05º | 0.77% | 0.24% | - |
| HSV(B) | 149.05º | 0.87% | 0.43% | - |
| XYZ | 6.47 | 11.36 | 6.13 | - |
| YUV | 75.01 | 119.53 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 109 | 60 | 0.87 | 0 | 0.45 | 0.57 | 149.05 | 0.77 | 0.24 |
| Hex | E | 6D | 3C | 57 | 0 | 2D | 39 | 95 | 4D | 18 |
| Octal | 16 | 155 | 74 | 127 | 0 | 55 | 71 | 225 | 115 | 30 |
| Binary | 1110 | 1101101 | 111100 | 1010111 | 0 | 101101 | 111001 | 10010101 | 1001101 | 11000 |
Color Harmonies of #0E6D3C
Complementary color
Monochromatic Colors of #0E6D3C
Black with #0E6D3C
Text Example
Text Example
White with #0E6D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6D3C; }
p { color: rgb(14,109,60); }
H1.HeaderClassName
{
color: #0E6D3C;
}
.AnyTagClassName
{
color: #0E6D3C;
}
</style>
background-color css
<style>
a { background-color: #0E6D3C; }
a { background-color: rgb(14,109,60); }
div.DivClassName
{
background-color: #0E6D3C;
}
.BgClassName
{
background-color: #0E6D3C;
}
</style>
border-color css
<style>
span { border-color: #0E6D3C; }
span { border-color: rgb(14,109,60); }
td.TdClassName
{
border-color: #0E6D3C;
}
.TagClassName
{
border-color: #0E6D3C;
}
</style>