Shades of Jewel #0F624B
Tints of Jewel #0F624B
RGB
CMYK
RGB Variations
Color information
#0F624B (or 0x0F624B) is known color: Jewel. HEX triplet: 0F, 62 and 4B. RGB value is (15,98,75). Sum of RGB (Red+Green+Blue) = 15+98+75=188 (24% of max value = 765). Red value is 15 (6.25% from 255 or 7.98% from 188); Green value is 98 (38.67% from 255 or 52.13% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 98 - color contains mainly: green. Hex color #0F624B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F624B is #F09DB4. Grayscale: #464646. Windows color (decimal): -15769013 or 4940303. OLE color: 4940303.
HSL color Cylindrical-coordinate representation of color #0F624B: hue angle of 163.37º 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 #0F624B is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 98 | 75 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.62 |
| HSL | 163.37º | 0.73% | 0.22% | - |
| HSV(B) | 163.37º | 0.85% | 0.38% | - |
| XYZ | 5.83 | 9.34 | 8.15 | - |
| YUV | 70.56 | 130.5 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 98 | 75 | 0.85 | 0 | 0.23 | 0.62 | 163.37 | 0.73 | 0.22 |
| Hex | F | 62 | 4B | 55 | 0 | 17 | 3E | A3 | 49 | 16 |
| Octal | 17 | 142 | 113 | 125 | 0 | 27 | 76 | 243 | 111 | 26 |
| Binary | 1111 | 1100010 | 1001011 | 1010101 | 0 | 10111 | 111110 | 10100011 | 1001001 | 10110 |
Color Harmonies of #0F624B
Complementary color
Monochromatic Colors of #0F624B
Black with #0F624B
Text Example
Text Example
White with #0F624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F624B; }
p { color: rgb(15,98,75); }
H1.HeaderClassName
{
color: #0F624B;
}
.AnyTagClassName
{
color: #0F624B;
}
</style>
background-color css
<style>
a { background-color: #0F624B; }
a { background-color: rgb(15,98,75); }
div.DivClassName
{
background-color: #0F624B;
}
.BgClassName
{
background-color: #0F624B;
}
</style>
border-color css
<style>
span { border-color: #0F624B; }
span { border-color: rgb(15,98,75); }
td.TdClassName
{
border-color: #0F624B;
}
.TagClassName
{
border-color: #0F624B;
}
</style>