Shades of Jewel #0F614A
Tints of Jewel #0F614A
RGB
CMYK
RGB Variations
Color information
#0F614A (or 0x0F614A) is known color: Jewel. HEX triplet: 0F, 61 and 4A. RGB value is (15,97,74). Sum of RGB (Red+Green+Blue) = 15+97+74=186 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.06% from 186); Green value is 97 (38.28% from 255 or 52.15% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 97 - color contains mainly: green. Hex color #0F614A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F614A is #F09EB5. Grayscale: #454545. Windows color (decimal): -15769270 or 4874511. OLE color: 4874511.
HSL color Cylindrical-coordinate representation of color #0F614A: hue angle of 163.17º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F614A is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 97 | 74 | - |
| CMYK | 0.85 | 0 | 0.24 | 0.62 |
| HSL | 163.17º | 0.73% | 0.22% | - |
| HSV(B) | 163.17º | 0.85% | 0.38% | - |
| XYZ | 5.71 | 9.15 | 7.94 | - |
| YUV | 69.86 | 130.33 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 97 | 74 | 0.85 | 0 | 0.24 | 0.62 | 163.17 | 0.73 | 0.22 |
| Hex | F | 61 | 4A | 55 | 0 | 18 | 3E | A3 | 49 | 16 |
| Octal | 17 | 141 | 112 | 125 | 0 | 30 | 76 | 243 | 111 | 26 |
| Binary | 1111 | 1100001 | 1001010 | 1010101 | 0 | 11000 | 111110 | 10100011 | 1001001 | 10110 |
Color Harmonies of #0F614A
Complementary color
Monochromatic Colors of #0F614A
Black with #0F614A
Text Example
Text Example
White with #0F614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F614A; }
p { color: rgb(15,97,74); }
H1.HeaderClassName
{
color: #0F614A;
}
.AnyTagClassName
{
color: #0F614A;
}
</style>
background-color css
<style>
a { background-color: #0F614A; }
a { background-color: rgb(15,97,74); }
div.DivClassName
{
background-color: #0F614A;
}
.BgClassName
{
background-color: #0F614A;
}
</style>
border-color css
<style>
span { border-color: #0F614A; }
span { border-color: rgb(15,97,74); }
td.TdClassName
{
border-color: #0F614A;
}
.TagClassName
{
border-color: #0F614A;
}
</style>