Shades of Jewel #0F6742
Tints of Jewel #0F6742
RGB
CMYK
RGB Variations
Color information
#0F6742 (or 0x0F6742) is known color: Jewel. HEX triplet: 0F, 67 and 42. RGB value is (15,103,66). Sum of RGB (Red+Green+Blue) = 15+103+66=184 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.15% from 184); Green value is 103 (40.62% from 255 or 55.98% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 103 - color contains mainly: green. Hex color #0F6742 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6742 is #F098BD. Grayscale: #484848. Windows color (decimal): -15767742 or 4351759. OLE color: 4351759.
HSL color Cylindrical-coordinate representation of color #0F6742: hue angle of 154.77º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6742 is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 15 | 103 | 66 | - |
| CMYK | 0.85 | 0 | 0.36 | 0.60 |
| HSL | 154.77º | 0.75% | 0.23% | - |
| HSV(B) | 154.77º | 0.85% | 0.4% | - |
| XYZ | 6.03 | 10.2 | 6.8 | - |
| YUV | 72.47 | 124.35 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 103 | 66 | 0.85 | 0 | 0.36 | 0.60 | 154.77 | 0.75 | 0.23 |
| Hex | F | 67 | 42 | 55 | 0 | 24 | 3C | 9B | 4B | 17 |
| Octal | 17 | 147 | 102 | 125 | 0 | 44 | 74 | 233 | 113 | 27 |
| Binary | 1111 | 1100111 | 1000010 | 1010101 | 0 | 100100 | 111100 | 10011011 | 1001011 | 10111 |
Color Harmonies of #0F6742
Complementary color
Monochromatic Colors of #0F6742
Black with #0F6742
Text Example
Text Example
White with #0F6742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6742; }
p { color: rgb(15,103,66); }
H1.HeaderClassName
{
color: #0F6742;
}
.AnyTagClassName
{
color: #0F6742;
}
</style>
background-color css
<style>
a { background-color: #0F6742; }
a { background-color: rgb(15,103,66); }
div.DivClassName
{
background-color: #0F6742;
}
.BgClassName
{
background-color: #0F6742;
}
</style>
border-color css
<style>
span { border-color: #0F6742; }
span { border-color: rgb(15,103,66); }
td.TdClassName
{
border-color: #0F6742;
}
.TagClassName
{
border-color: #0F6742;
}
</style>