Shades of Deep Sea #0F7861
Tints of Deep Sea #0F7861
RGB
CMYK
RGB Variations
Color information
#0F7861 (or 0x0F7861) is known color: Deep Sea. HEX triplet: 0F, 78 and 61. RGB value is (15,120,97). Sum of RGB (Red+Green+Blue) = 15+120+97=232 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.47% from 232); Green value is 120 (47.27% from 255 or 51.72% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 120 - color contains mainly: green. Hex color #0F7861 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7861 is #F0879E. Grayscale: #555555. Windows color (decimal): -15763359 or 6387727. OLE color: 6387727.
HSL color Cylindrical-coordinate representation of color #0F7861: hue angle of 166.86º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7861 is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 120 | 97 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.53 |
| HSL | 166.86º | 0.78% | 0.26% | - |
| HSV(B) | 166.86º | 0.88% | 0.47% | - |
| XYZ | 9.07 | 14.4 | 13.61 | - |
| YUV | 85.98 | 134.21 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 120 | 97 | 0.87 | 0 | 0.19 | 0.53 | 166.86 | 0.78 | 0.26 |
| Hex | F | 78 | 61 | 57 | 0 | 13 | 35 | A7 | 4E | 1A |
| Octal | 17 | 170 | 141 | 127 | 0 | 23 | 65 | 247 | 116 | 32 |
| Binary | 1111 | 1111000 | 1100001 | 1010111 | 0 | 10011 | 110101 | 10100111 | 1001110 | 11010 |
Color Harmonies of #0F7861
Complementary color
Monochromatic Colors of #0F7861
Black with #0F7861
Text Example
Text Example
White with #0F7861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7861; }
p { color: rgb(15,120,97); }
H1.HeaderClassName
{
color: #0F7861;
}
.AnyTagClassName
{
color: #0F7861;
}
</style>
background-color css
<style>
a { background-color: #0F7861; }
a { background-color: rgb(15,120,97); }
div.DivClassName
{
background-color: #0F7861;
}
.BgClassName
{
background-color: #0F7861;
}
</style>
border-color css
<style>
span { border-color: #0F7861; }
span { border-color: rgb(15,120,97); }
td.TdClassName
{
border-color: #0F7861;
}
.TagClassName
{
border-color: #0F7861;
}
</style>