Shades of Jewel #0F694B
Tints of Jewel #0F694B
RGB
CMYK
RGB Variations
Color information
#0F694B (or 0x0F694B) is known color: Jewel. HEX triplet: 0F, 69 and 4B. RGB value is (15,105,75). Sum of RGB (Red+Green+Blue) = 15+105+75=195 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.69% from 195); Green value is 105 (41.41% from 255 or 53.85% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 105 - color contains mainly: green. Hex color #0F694B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F694B is #F096B4. Grayscale: #4A4A4A. Windows color (decimal): -15767221 or 4942095. OLE color: 4942095.
HSL color Cylindrical-coordinate representation of color #0F694B: hue angle of 160º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F694B is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 15 | 105 | 75 | - |
| CMYK | 0.86 | 0 | 0.29 | 0.59 |
| HSL | 160º | 0.75% | 0.24% | - |
| HSV(B) | 160º | 0.86% | 0.41% | - |
| XYZ | 6.52 | 10.71 | 8.38 | - |
| YUV | 74.67 | 128.18 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 105 | 75 | 0.86 | 0 | 0.29 | 0.59 | 160 | 0.75 | 0.24 |
| Hex | F | 69 | 4B | 56 | 0 | 1D | 3B | A0 | 4B | 18 |
| Octal | 17 | 151 | 113 | 126 | 0 | 35 | 73 | 240 | 113 | 30 |
| Binary | 1111 | 1101001 | 1001011 | 1010110 | 0 | 11101 | 111011 | 10100000 | 1001011 | 11000 |
Color Harmonies of #0F694B
Complementary color
Monochromatic Colors of #0F694B
Black with #0F694B
Text Example
Text Example
White with #0F694B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F694B; }
p { color: rgb(15,105,75); }
H1.HeaderClassName
{
color: #0F694B;
}
.AnyTagClassName
{
color: #0F694B;
}
</style>
background-color css
<style>
a { background-color: #0F694B; }
a { background-color: rgb(15,105,75); }
div.DivClassName
{
background-color: #0F694B;
}
.BgClassName
{
background-color: #0F694B;
}
</style>
border-color css
<style>
span { border-color: #0F694B; }
span { border-color: rgb(15,105,75); }
td.TdClassName
{
border-color: #0F694B;
}
.TagClassName
{
border-color: #0F694B;
}
</style>