Shades of Jewel #0E6748
Tints of Jewel #0E6748
RGB
CMYK
RGB Variations
Color information
#0E6748 (or 0x0E6748) is known color: Jewel. HEX triplet: 0E, 67 and 48. RGB value is (14,103,72). Sum of RGB (Red+Green+Blue) = 14+103+72=189 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.41% from 189); Green value is 103 (40.62% from 255 or 54.50% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 103 - color contains mainly: green. Hex color #0E6748 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6748 is #F198B7. Grayscale: #484848. Windows color (decimal): -15833272 or 4744974. OLE color: 4744974.
HSL color Cylindrical-coordinate representation of color #0E6748: hue angle of 159.1º 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 #0E6748 is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 14 | 103 | 72 | - |
| CMYK | 0.86 | 0 | 0.30 | 0.60 |
| HSL | 159.1º | 0.76% | 0.23% | - |
| HSV(B) | 159.1º | 0.86% | 0.4% | - |
| XYZ | 6.2 | 10.26 | 7.78 | - |
| YUV | 72.86 | 127.51 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 103 | 72 | 0.86 | 0 | 0.30 | 0.60 | 159.1 | 0.76 | 0.23 |
| Hex | E | 67 | 48 | 56 | 0 | 1E | 3C | 9F | 4C | 17 |
| Octal | 16 | 147 | 110 | 126 | 0 | 36 | 74 | 237 | 114 | 27 |
| Binary | 1110 | 1100111 | 1001000 | 1010110 | 0 | 11110 | 111100 | 10011111 | 1001100 | 10111 |
Color Harmonies of #0E6748
Complementary color
Monochromatic Colors of #0E6748
Black with #0E6748
Text Example
Text Example
White with #0E6748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6748; }
p { color: rgb(14,103,72); }
H1.HeaderClassName
{
color: #0E6748;
}
.AnyTagClassName
{
color: #0E6748;
}
</style>
background-color css
<style>
a { background-color: #0E6748; }
a { background-color: rgb(14,103,72); }
div.DivClassName
{
background-color: #0E6748;
}
.BgClassName
{
background-color: #0E6748;
}
</style>
border-color css
<style>
span { border-color: #0E6748; }
span { border-color: rgb(14,103,72); }
td.TdClassName
{
border-color: #0E6748;
}
.TagClassName
{
border-color: #0E6748;
}
</style>