Shades of Cyprus #0F4642
Tints of Cyprus #0F4642
RGB
CMYK
RGB Variations
Color information
#0F4642 (or 0x0F4642) is known color: Cyprus. HEX triplet: 0F, 46 and 42. RGB value is (15,70,66). Sum of RGB (Red+Green+Blue) = 15+70+66=151 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.93% from 151); Green value is 70 (27.73% from 255 or 46.36% from 151); Blue value is 66 (26.17% from 255 or 43.71% from 151); Max value from RGB is 70 - color contains mainly: green. Hex color #0F4642 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4642 is #F0B9BD. Grayscale: #353535. Windows color (decimal): -15776190 or 4343311. OLE color: 4343311.
HSL color Cylindrical-coordinate representation of color #0F4642: hue angle of 175.64º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F4642 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 15 | 70 | 66 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.73 |
| HSL | 175.64º | 0.65% | 0.17% | - |
| HSV(B) | 175.64º | 0.79% | 0.27% | - |
| XYZ | 3.37 | 4.88 | 5.92 | - |
| YUV | 53.1 | 135.28 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 70 | 66 | 0.79 | 0 | 0.06 | 0.73 | 175.64 | 0.65 | 0.17 |
| Hex | F | 46 | 42 | 4F | 0 | 6 | 49 | B0 | 41 | 11 |
| Octal | 17 | 106 | 102 | 117 | 0 | 6 | 111 | 260 | 101 | 21 |
| Binary | 1111 | 1000110 | 1000010 | 1001111 | 0 | 110 | 1001001 | 10110000 | 1000001 | 10001 |
Color Harmonies of #0F4642
Complementary color
Monochromatic Colors of #0F4642
Black with #0F4642
Text Example
Text Example
White with #0F4642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4642; }
p { color: rgb(15,70,66); }
H1.HeaderClassName
{
color: #0F4642;
}
.AnyTagClassName
{
color: #0F4642;
}
</style>
background-color css
<style>
a { background-color: #0F4642; }
a { background-color: rgb(15,70,66); }
div.DivClassName
{
background-color: #0F4642;
}
.BgClassName
{
background-color: #0F4642;
}
</style>
border-color css
<style>
span { border-color: #0F4642; }
span { border-color: rgb(15,70,66); }
td.TdClassName
{
border-color: #0F4642;
}
.TagClassName
{
border-color: #0F4642;
}
</style>