Shades of Cyprus #0F4744
Tints of Cyprus #0F4744
RGB
CMYK
RGB Variations
Color information
#0F4744 (or 0x0F4744) is known color: Cyprus. HEX triplet: 0F, 47 and 44. RGB value is (15,71,68). Sum of RGB (Red+Green+Blue) = 15+71+68=154 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.74% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 68 (26.95% from 255 or 44.16% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #0F4744 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4744 is #F0B8BB. Grayscale: #353535. Windows color (decimal): -15775932 or 4474639. OLE color: 4474639.
HSL color Cylindrical-coordinate representation of color #0F4744: hue angle of 176.79º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F4744 is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 15 | 71 | 68 | - |
| CMYK | 0.79 | 0 | 0.04 | 0.72 |
| HSL | 176.79º | 0.65% | 0.17% | - |
| HSV(B) | 176.79º | 0.79% | 0.28% | - |
| XYZ | 3.49 | 5.03 | 6.25 | - |
| YUV | 53.91 | 135.95 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 71 | 68 | 0.79 | 0 | 0.04 | 0.72 | 176.79 | 0.65 | 0.17 |
| Hex | F | 47 | 44 | 4F | 0 | 4 | 48 | B1 | 41 | 11 |
| Octal | 17 | 107 | 104 | 117 | 0 | 4 | 110 | 261 | 101 | 21 |
| Binary | 1111 | 1000111 | 1000100 | 1001111 | 0 | 100 | 1001000 | 10110001 | 1000001 | 10001 |
Color Harmonies of #0F4744
Complementary color
Monochromatic Colors of #0F4744
Black with #0F4744
Text Example
Text Example
White with #0F4744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4744; }
p { color: rgb(15,71,68); }
H1.HeaderClassName
{
color: #0F4744;
}
.AnyTagClassName
{
color: #0F4744;
}
</style>
background-color css
<style>
a { background-color: #0F4744; }
a { background-color: rgb(15,71,68); }
div.DivClassName
{
background-color: #0F4744;
}
.BgClassName
{
background-color: #0F4744;
}
</style>
border-color css
<style>
span { border-color: #0F4744; }
span { border-color: rgb(15,71,68); }
td.TdClassName
{
border-color: #0F4744;
}
.TagClassName
{
border-color: #0F4744;
}
</style>