Shades of Jewel #0F624A
Tints of Jewel #0F624A
RGB
CMYK
RGB Variations
Color information
#0F624A (or 0x0F624A) is known color: Jewel. HEX triplet: 0F, 62 and 4A. RGB value is (15,98,74). Sum of RGB (Red+Green+Blue) = 15+98+74=187 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.02% from 187); Green value is 98 (38.67% from 255 or 52.41% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 98 - color contains mainly: green. Hex color #0F624A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F624A is #F09DB5. Grayscale: #464646. Windows color (decimal): -15769014 or 4874767. OLE color: 4874767.
HSL color Cylindrical-coordinate representation of color #0F624A: hue angle of 162.65º 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 #0F624A is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 98 | 74 | - |
| CMYK | 0.85 | 0 | 0.24 | 0.62 |
| HSL | 162.65º | 0.73% | 0.22% | - |
| HSV(B) | 162.65º | 0.85% | 0.38% | - |
| XYZ | 5.8 | 9.33 | 7.97 | - |
| YUV | 70.45 | 130 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 98 | 74 | 0.85 | 0 | 0.24 | 0.62 | 162.65 | 0.73 | 0.22 |
| Hex | F | 62 | 4A | 55 | 0 | 18 | 3E | A3 | 49 | 16 |
| Octal | 17 | 142 | 112 | 125 | 0 | 30 | 76 | 243 | 111 | 26 |
| Binary | 1111 | 1100010 | 1001010 | 1010101 | 0 | 11000 | 111110 | 10100011 | 1001001 | 10110 |
Color Harmonies of #0F624A
Complementary color
Monochromatic Colors of #0F624A
Black with #0F624A
Text Example
Text Example
White with #0F624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F624A; }
p { color: rgb(15,98,74); }
H1.HeaderClassName
{
color: #0F624A;
}
.AnyTagClassName
{
color: #0F624A;
}
</style>
background-color css
<style>
a { background-color: #0F624A; }
a { background-color: rgb(15,98,74); }
div.DivClassName
{
background-color: #0F624A;
}
.BgClassName
{
background-color: #0F624A;
}
</style>
border-color css
<style>
span { border-color: #0F624A; }
span { border-color: rgb(15,98,74); }
td.TdClassName
{
border-color: #0F624A;
}
.TagClassName
{
border-color: #0F624A;
}
</style>