Shades of Jewel #0F6B4B
Tints of Jewel #0F6B4B
RGB
CMYK
RGB Variations
Color information
#0F6B4B (or 0x0F6B4B) is known color: Jewel. HEX triplet: 0F, 6B and 4B. RGB value is (15,107,75). Sum of RGB (Red+Green+Blue) = 15+107+75=197 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.61% from 197); Green value is 107 (42.19% from 255 or 54.31% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 107 - color contains mainly: green. Hex color #0F6B4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6B4B is #F094B4. Grayscale: #4B4B4B. Windows color (decimal): -15766709 or 4942607. OLE color: 4942607.
HSL color Cylindrical-coordinate representation of color #0F6B4B: hue angle of 159.13º degrees, saturation: 0.75, 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 #0F6B4B is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 15 | 107 | 75 | - |
| CMYK | 0.86 | 0 | 0.30 | 0.58 |
| HSL | 159.13º | 0.75% | 0.24% | - |
| HSV(B) | 159.13º | 0.86% | 0.42% | - |
| XYZ | 6.72 | 11.12 | 8.45 | - |
| YUV | 75.84 | 127.52 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 107 | 75 | 0.86 | 0 | 0.30 | 0.58 | 159.13 | 0.75 | 0.24 |
| Hex | F | 6B | 4B | 56 | 0 | 1E | 3A | 9F | 4B | 18 |
| Octal | 17 | 153 | 113 | 126 | 0 | 36 | 72 | 237 | 113 | 30 |
| Binary | 1111 | 1101011 | 1001011 | 1010110 | 0 | 11110 | 111010 | 10011111 | 1001011 | 11000 |
Color Harmonies of #0F6B4B
Complementary color
Monochromatic Colors of #0F6B4B
Black with #0F6B4B
Text Example
Text Example
White with #0F6B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6B4B; }
p { color: rgb(15,107,75); }
H1.HeaderClassName
{
color: #0F6B4B;
}
.AnyTagClassName
{
color: #0F6B4B;
}
</style>
background-color css
<style>
a { background-color: #0F6B4B; }
a { background-color: rgb(15,107,75); }
div.DivClassName
{
background-color: #0F6B4B;
}
.BgClassName
{
background-color: #0F6B4B;
}
</style>
border-color css
<style>
span { border-color: #0F6B4B; }
span { border-color: rgb(15,107,75); }
td.TdClassName
{
border-color: #0F6B4B;
}
.TagClassName
{
border-color: #0F6B4B;
}
</style>