Shades of Cyprus #0F5149
Tints of Cyprus #0F5149
RGB
CMYK
RGB Variations
Color information
#0F5149 (or 0x0F5149) is known color: Cyprus. HEX triplet: 0F, 51 and 49. RGB value is (15,81,73). Sum of RGB (Red+Green+Blue) = 15+81+73=169 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.88% from 169); Green value is 81 (32.03% from 255 or 47.93% from 169); Blue value is 73 (28.91% from 255 or 43.20% from 169); Max value from RGB is 81 - color contains mainly: green. Hex color #0F5149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5149 is #F0AEB6. Grayscale: #3C3C3C. Windows color (decimal): -15773367 or 4804879. OLE color: 4804879.
HSL color Cylindrical-coordinate representation of color #0F5149: hue angle of 172.73º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F5149 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 15 | 81 | 73 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.68 |
| HSL | 172.73º | 0.69% | 0.19% | - |
| HSV(B) | 172.73º | 0.81% | 0.32% | - |
| XYZ | 4.34 | 6.47 | 7.32 | - |
| YUV | 60.35 | 135.13 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 81 | 73 | 0.81 | 0 | 0.10 | 0.68 | 172.73 | 0.69 | 0.19 |
| Hex | F | 51 | 49 | 51 | 0 | A | 44 | AD | 45 | 13 |
| Octal | 17 | 121 | 111 | 121 | 0 | 12 | 104 | 255 | 105 | 23 |
| Binary | 1111 | 1010001 | 1001001 | 1010001 | 0 | 1010 | 1000100 | 10101101 | 1000101 | 10011 |
Color Harmonies of #0F5149
Complementary color
Monochromatic Colors of #0F5149
Black with #0F5149
Text Example
Text Example
White with #0F5149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5149; }
p { color: rgb(15,81,73); }
H1.HeaderClassName
{
color: #0F5149;
}
.AnyTagClassName
{
color: #0F5149;
}
</style>
background-color css
<style>
a { background-color: #0F5149; }
a { background-color: rgb(15,81,73); }
div.DivClassName
{
background-color: #0F5149;
}
.BgClassName
{
background-color: #0F5149;
}
</style>
border-color css
<style>
span { border-color: #0F5149; }
span { border-color: rgb(15,81,73); }
td.TdClassName
{
border-color: #0F5149;
}
.TagClassName
{
border-color: #0F5149;
}
</style>