Shades of Deep Sea #0F7A61
Tints of Deep Sea #0F7A61
RGB
CMYK
RGB Variations
Color information
#0F7A61 (or 0x0F7A61) is known color: Deep Sea. HEX triplet: 0F, 7A and 61. RGB value is (15,122,97). Sum of RGB (Red+Green+Blue) = 15+122+97=234 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.41% from 234); Green value is 122 (48.05% from 255 or 52.14% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 122 - color contains mainly: green. Hex color #0F7A61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7A61 is #F0859E. Grayscale: #575757. Windows color (decimal): -15762847 or 6388239. OLE color: 6388239.
HSL color Cylindrical-coordinate representation of color #0F7A61: hue angle of 165.98º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7A61 is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 15 | 122 | 97 | - |
| CMYK | 0.88 | 0 | 0.20 | 0.52 |
| HSL | 165.98º | 0.78% | 0.27% | - |
| HSV(B) | 165.98º | 0.88% | 0.48% | - |
| XYZ | 9.31 | 14.88 | 13.69 | - |
| YUV | 87.16 | 133.55 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 122 | 97 | 0.88 | 0 | 0.20 | 0.52 | 165.98 | 0.78 | 0.27 |
| Hex | F | 7A | 61 | 58 | 0 | 14 | 34 | A6 | 4E | 1B |
| Octal | 17 | 172 | 141 | 130 | 0 | 24 | 64 | 246 | 116 | 33 |
| Binary | 1111 | 1111010 | 1100001 | 1011000 | 0 | 10100 | 110100 | 10100110 | 1001110 | 11011 |
Color Harmonies of #0F7A61
Complementary color
Monochromatic Colors of #0F7A61
Black with #0F7A61
Text Example
Text Example
White with #0F7A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7A61; }
p { color: rgb(15,122,97); }
H1.HeaderClassName
{
color: #0F7A61;
}
.AnyTagClassName
{
color: #0F7A61;
}
</style>
background-color css
<style>
a { background-color: #0F7A61; }
a { background-color: rgb(15,122,97); }
div.DivClassName
{
background-color: #0F7A61;
}
.BgClassName
{
background-color: #0F7A61;
}
</style>
border-color css
<style>
span { border-color: #0F7A61; }
span { border-color: rgb(15,122,97); }
td.TdClassName
{
border-color: #0F7A61;
}
.TagClassName
{
border-color: #0F7A61;
}
</style>