Shades of Jewel #0F6847
Tints of Jewel #0F6847
RGB
CMYK
RGB Variations
Color information
#0F6847 (or 0x0F6847) is known color: Jewel. HEX triplet: 0F, 68 and 47. RGB value is (15,104,71). Sum of RGB (Red+Green+Blue) = 15+104+71=190 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.89% from 190); Green value is 104 (41.02% from 255 or 54.74% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 104 - color contains mainly: green. Hex color #0F6847 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6847 is #F097B8. Grayscale: #494949. Windows color (decimal): -15767481 or 4679695. OLE color: 4679695.
HSL color Cylindrical-coordinate representation of color #0F6847: hue angle of 157.75º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6847 is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 15 | 104 | 71 | - |
| CMYK | 0.86 | 0 | 0.32 | 0.59 |
| HSL | 157.75º | 0.75% | 0.23% | - |
| HSV(B) | 157.75º | 0.86% | 0.41% | - |
| XYZ | 6.28 | 10.46 | 7.65 | - |
| YUV | 73.63 | 126.51 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 104 | 71 | 0.86 | 0 | 0.32 | 0.59 | 157.75 | 0.75 | 0.23 |
| Hex | F | 68 | 47 | 56 | 0 | 20 | 3B | 9E | 4B | 17 |
| Octal | 17 | 150 | 107 | 126 | 0 | 40 | 73 | 236 | 113 | 27 |
| Binary | 1111 | 1101000 | 1000111 | 1010110 | 0 | 100000 | 111011 | 10011110 | 1001011 | 10111 |
Color Harmonies of #0F6847
Complementary color
Monochromatic Colors of #0F6847
Black with #0F6847
Text Example
Text Example
White with #0F6847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6847; }
p { color: rgb(15,104,71); }
H1.HeaderClassName
{
color: #0F6847;
}
.AnyTagClassName
{
color: #0F6847;
}
</style>
background-color css
<style>
a { background-color: #0F6847; }
a { background-color: rgb(15,104,71); }
div.DivClassName
{
background-color: #0F6847;
}
.BgClassName
{
background-color: #0F6847;
}
</style>
border-color css
<style>
span { border-color: #0F6847; }
span { border-color: rgb(15,104,71); }
td.TdClassName
{
border-color: #0F6847;
}
.TagClassName
{
border-color: #0F6847;
}
</style>