Shades of Jewel #0F684C
Tints of Jewel #0F684C
RGB
CMYK
RGB Variations
Color information
#0F684C (or 0x0F684C) is known color: Jewel. HEX triplet: 0F, 68 and 4C. RGB value is (15,104,76). Sum of RGB (Red+Green+Blue) = 15+104+76=195 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.69% from 195); Green value is 104 (41.02% from 255 or 53.33% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 104 - color contains mainly: green. Hex color #0F684C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F684C is #F097B3. Grayscale: #4A4A4A. Windows color (decimal): -15767476 or 5007375. OLE color: 5007375.
HSL color Cylindrical-coordinate representation of color #0F684C: hue angle of 161.12º 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 #0F684C is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 15 | 104 | 76 | - |
| CMYK | 0.86 | 0 | 0.27 | 0.59 |
| HSL | 161.12º | 0.75% | 0.23% | - |
| HSV(B) | 161.12º | 0.86% | 0.41% | - |
| XYZ | 6.45 | 10.52 | 8.53 | - |
| YUV | 74.2 | 129.01 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 104 | 76 | 0.86 | 0 | 0.27 | 0.59 | 161.12 | 0.75 | 0.23 |
| Hex | F | 68 | 4C | 56 | 0 | 1B | 3B | A1 | 4B | 17 |
| Octal | 17 | 150 | 114 | 126 | 0 | 33 | 73 | 241 | 113 | 27 |
| Binary | 1111 | 1101000 | 1001100 | 1010110 | 0 | 11011 | 111011 | 10100001 | 1001011 | 10111 |
Color Harmonies of #0F684C
Complementary color
Monochromatic Colors of #0F684C
Black with #0F684C
Text Example
Text Example
White with #0F684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F684C; }
p { color: rgb(15,104,76); }
H1.HeaderClassName
{
color: #0F684C;
}
.AnyTagClassName
{
color: #0F684C;
}
</style>
background-color css
<style>
a { background-color: #0F684C; }
a { background-color: rgb(15,104,76); }
div.DivClassName
{
background-color: #0F684C;
}
.BgClassName
{
background-color: #0F684C;
}
</style>
border-color css
<style>
span { border-color: #0F684C; }
span { border-color: rgb(15,104,76); }
td.TdClassName
{
border-color: #0F684C;
}
.TagClassName
{
border-color: #0F684C;
}
</style>