Shades of Jewel #0F5A46
Tints of Jewel #0F5A46
RGB
CMYK
RGB Variations
Color information
#0F5A46 (or 0x0F5A46) is known color: Jewel. HEX triplet: 0F, 5A and 46. RGB value is (15,90,70). Sum of RGB (Red+Green+Blue) = 15+90+70=175 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.57% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #0F5A46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5A46 is #F0A5B9. Grayscale: #414141. Windows color (decimal): -15771066 or 4610575. OLE color: 4610575.
HSL color Cylindrical-coordinate representation of color #0F5A46: hue angle of 164º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F5A46 is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 15 | 90 | 70 | - |
| CMYK | 0.83 | 0 | 0.22 | 0.65 |
| HSL | 164º | 0.71% | 0.21% | - |
| HSV(B) | 164º | 0.83% | 0.35% | - |
| XYZ | 4.96 | 7.86 | 7.05 | - |
| YUV | 65.3 | 130.65 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 90 | 70 | 0.83 | 0 | 0.22 | 0.65 | 164 | 0.71 | 0.21 |
| Hex | F | 5A | 46 | 53 | 0 | 16 | 41 | A4 | 47 | 15 |
| Octal | 17 | 132 | 106 | 123 | 0 | 26 | 101 | 244 | 107 | 25 |
| Binary | 1111 | 1011010 | 1000110 | 1010011 | 0 | 10110 | 1000001 | 10100100 | 1000111 | 10101 |
Color Harmonies of #0F5A46
Complementary color
Monochromatic Colors of #0F5A46
Black with #0F5A46
Text Example
Text Example
White with #0F5A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5A46; }
p { color: rgb(15,90,70); }
H1.HeaderClassName
{
color: #0F5A46;
}
.AnyTagClassName
{
color: #0F5A46;
}
</style>
background-color css
<style>
a { background-color: #0F5A46; }
a { background-color: rgb(15,90,70); }
div.DivClassName
{
background-color: #0F5A46;
}
.BgClassName
{
background-color: #0F5A46;
}
</style>
border-color css
<style>
span { border-color: #0F5A46; }
span { border-color: rgb(15,90,70); }
td.TdClassName
{
border-color: #0F5A46;
}
.TagClassName
{
border-color: #0F5A46;
}
</style>