Shades of Jewel #0F6246
Tints of Jewel #0F6246
RGB
CMYK
RGB Variations
Color information
#0F6246 (or 0x0F6246) is known color: Jewel. HEX triplet: 0F, 62 and 46. RGB value is (15,98,70). Sum of RGB (Red+Green+Blue) = 15+98+70=183 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.20% from 183); Green value is 98 (38.67% from 255 or 53.55% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 98 - color contains mainly: green. Hex color #0F6246 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6246 is #F09DB9. Grayscale: #464646. Windows color (decimal): -15769018 or 4612623. OLE color: 4612623.
HSL color Cylindrical-coordinate representation of color #0F6246: hue angle of 159.76º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6246 is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 98 | 70 | - |
| CMYK | 0.85 | 0 | 0.29 | 0.62 |
| HSL | 159.76º | 0.73% | 0.22% | - |
| HSV(B) | 159.76º | 0.85% | 0.38% | - |
| XYZ | 5.67 | 9.28 | 7.29 | - |
| YUV | 69.99 | 128 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 98 | 70 | 0.85 | 0 | 0.29 | 0.62 | 159.76 | 0.73 | 0.22 |
| Hex | F | 62 | 46 | 55 | 0 | 1D | 3E | A0 | 49 | 16 |
| Octal | 17 | 142 | 106 | 125 | 0 | 35 | 76 | 240 | 111 | 26 |
| Binary | 1111 | 1100010 | 1000110 | 1010101 | 0 | 11101 | 111110 | 10100000 | 1001001 | 10110 |
Color Harmonies of #0F6246
Complementary color
Monochromatic Colors of #0F6246
Black with #0F6246
Text Example
Text Example
White with #0F6246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6246; }
p { color: rgb(15,98,70); }
H1.HeaderClassName
{
color: #0F6246;
}
.AnyTagClassName
{
color: #0F6246;
}
</style>
background-color css
<style>
a { background-color: #0F6246; }
a { background-color: rgb(15,98,70); }
div.DivClassName
{
background-color: #0F6246;
}
.BgClassName
{
background-color: #0F6246;
}
</style>
border-color css
<style>
span { border-color: #0F6246; }
span { border-color: rgb(15,98,70); }
td.TdClassName
{
border-color: #0F6246;
}
.TagClassName
{
border-color: #0F6246;
}
</style>