Shades of Jewel #0E673E
Tints of Jewel #0E673E
RGB
CMYK
RGB Variations
Color information
#0E673E (or 0x0E673E) is known color: Jewel. HEX triplet: 0E, 67 and 3E. RGB value is (14,103,62). Sum of RGB (Red+Green+Blue) = 14+103+62=179 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.82% from 179); Green value is 103 (40.62% from 255 or 57.54% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 103 - color contains mainly: green. Hex color #0E673E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E673E is #F198C1. Grayscale: #474747. Windows color (decimal): -15833282 or 4089614. OLE color: 4089614.
HSL color Cylindrical-coordinate representation of color #0E673E: hue angle of 152.36º 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 #0E673E is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 14 | 103 | 62 | - |
| CMYK | 0.86 | 0 | 0.40 | 0.60 |
| HSL | 152.36º | 0.76% | 0.23% | - |
| HSV(B) | 152.36º | 0.86% | 0.4% | - |
| XYZ | 5.9 | 10.14 | 6.2 | - |
| YUV | 71.72 | 122.51 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 103 | 62 | 0.86 | 0 | 0.40 | 0.60 | 152.36 | 0.76 | 0.23 |
| Hex | E | 67 | 3E | 56 | 0 | 28 | 3C | 98 | 4C | 17 |
| Octal | 16 | 147 | 76 | 126 | 0 | 50 | 74 | 230 | 114 | 27 |
| Binary | 1110 | 1100111 | 111110 | 1010110 | 0 | 101000 | 111100 | 10011000 | 1001100 | 10111 |
Color Harmonies of #0E673E
Complementary color
Monochromatic Colors of #0E673E
Black with #0E673E
Text Example
Text Example
White with #0E673E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E673E; }
p { color: rgb(14,103,62); }
H1.HeaderClassName
{
color: #0E673E;
}
.AnyTagClassName
{
color: #0E673E;
}
</style>
background-color css
<style>
a { background-color: #0E673E; }
a { background-color: rgb(14,103,62); }
div.DivClassName
{
background-color: #0E673E;
}
.BgClassName
{
background-color: #0E673E;
}
</style>
border-color css
<style>
span { border-color: #0E673E; }
span { border-color: rgb(14,103,62); }
td.TdClassName
{
border-color: #0E673E;
}
.TagClassName
{
border-color: #0E673E;
}
</style>