Shades of Jewel #0F6C49
Tints of Jewel #0F6C49
RGB
CMYK
RGB Variations
Color information
#0F6C49 (or 0x0F6C49) is known color: Jewel. HEX triplet: 0F, 6C and 49. RGB value is (15,108,73). Sum of RGB (Red+Green+Blue) = 15+108+73=196 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.65% from 196); Green value is 108 (42.58% from 255 or 55.10% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 108 - color contains mainly: green. Hex color #0F6C49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6C49 is #F093B6. Grayscale: #4C4C4C. Windows color (decimal): -15766455 or 4811791. OLE color: 4811791.
HSL color Cylindrical-coordinate representation of color #0F6C49: hue angle of 157.42º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6C49 is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 15 | 108 | 73 | - |
| CMYK | 0.86 | 0 | 0.32 | 0.58 |
| HSL | 157.42º | 0.76% | 0.24% | - |
| HSV(B) | 157.42º | 0.86% | 0.42% | - |
| XYZ | 6.76 | 11.31 | 8.13 | - |
| YUV | 76.2 | 126.19 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 108 | 73 | 0.86 | 0 | 0.32 | 0.58 | 157.42 | 0.76 | 0.24 |
| Hex | F | 6C | 49 | 56 | 0 | 20 | 3A | 9D | 4C | 18 |
| Octal | 17 | 154 | 111 | 126 | 0 | 40 | 72 | 235 | 114 | 30 |
| Binary | 1111 | 1101100 | 1001001 | 1010110 | 0 | 100000 | 111010 | 10011101 | 1001100 | 11000 |
Color Harmonies of #0F6C49
Complementary color
Monochromatic Colors of #0F6C49
Black with #0F6C49
Text Example
Text Example
White with #0F6C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6C49; }
p { color: rgb(15,108,73); }
H1.HeaderClassName
{
color: #0F6C49;
}
.AnyTagClassName
{
color: #0F6C49;
}
</style>
background-color css
<style>
a { background-color: #0F6C49; }
a { background-color: rgb(15,108,73); }
div.DivClassName
{
background-color: #0F6C49;
}
.BgClassName
{
background-color: #0F6C49;
}
</style>
border-color css
<style>
span { border-color: #0F6C49; }
span { border-color: rgb(15,108,73); }
td.TdClassName
{
border-color: #0F6C49;
}
.TagClassName
{
border-color: #0F6C49;
}
</style>