Shades of Jewel #0F5A45
Tints of Jewel #0F5A45
RGB
CMYK
RGB Variations
Color information
#0F5A45 (or 0x0F5A45) is known color: Jewel. HEX triplet: 0F, 5A and 45. RGB value is (15,90,69). Sum of RGB (Red+Green+Blue) = 15+90+69=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 90 (35.55% from 255 or 51.72% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 90 - color contains mainly: green. Hex color #0F5A45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5A45 is #F0A5BA. Grayscale: #414141. Windows color (decimal): -15771067 or 4545039. OLE color: 4545039.
HSL color Cylindrical-coordinate representation of color #0F5A45: hue angle of 163.2º 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 #0F5A45 is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 15 | 90 | 69 | - |
| CMYK | 0.83 | 0 | 0.23 | 0.65 |
| HSL | 163.2º | 0.71% | 0.21% | - |
| HSV(B) | 163.2º | 0.83% | 0.35% | - |
| XYZ | 4.93 | 7.84 | 6.88 | - |
| YUV | 65.18 | 130.15 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 90 | 69 | 0.83 | 0 | 0.23 | 0.65 | 163.2 | 0.71 | 0.21 |
| Hex | F | 5A | 45 | 53 | 0 | 17 | 41 | A3 | 47 | 15 |
| Octal | 17 | 132 | 105 | 123 | 0 | 27 | 101 | 243 | 107 | 25 |
| Binary | 1111 | 1011010 | 1000101 | 1010011 | 0 | 10111 | 1000001 | 10100011 | 1000111 | 10101 |
Color Harmonies of #0F5A45
Complementary color
Monochromatic Colors of #0F5A45
Black with #0F5A45
Text Example
Text Example
White with #0F5A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5A45; }
p { color: rgb(15,90,69); }
H1.HeaderClassName
{
color: #0F5A45;
}
.AnyTagClassName
{
color: #0F5A45;
}
</style>
background-color css
<style>
a { background-color: #0F5A45; }
a { background-color: rgb(15,90,69); }
div.DivClassName
{
background-color: #0F5A45;
}
.BgClassName
{
background-color: #0F5A45;
}
</style>
border-color css
<style>
span { border-color: #0F5A45; }
span { border-color: rgb(15,90,69); }
td.TdClassName
{
border-color: #0F5A45;
}
.TagClassName
{
border-color: #0F5A45;
}
</style>