Shades of Deep Sea #0F7B65
Tints of Deep Sea #0F7B65
RGB
CMYK
RGB Variations
Color information
#0F7B65 (or 0x0F7B65) is known color: Deep Sea. HEX triplet: 0F, 7B and 65. RGB value is (15,123,101). Sum of RGB (Red+Green+Blue) = 15+123+101=239 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.28% from 239); Green value is 123 (48.44% from 255 or 51.46% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 123 - color contains mainly: green. Hex color #0F7B65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7B65 is #F0849A. Grayscale: #585858. Windows color (decimal): -15762587 or 6650639. OLE color: 6650639.
HSL color Cylindrical-coordinate representation of color #0F7B65: hue angle of 167.78º 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 #0F7B65 is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 15 | 123 | 101 | - |
| CMYK | 0.88 | 0 | 0.18 | 0.52 |
| HSL | 167.78º | 0.78% | 0.27% | - |
| HSV(B) | 167.78º | 0.88% | 0.48% | - |
| XYZ | 9.63 | 15.21 | 14.74 | - |
| YUV | 88.2 | 135.22 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 123 | 101 | 0.88 | 0 | 0.18 | 0.52 | 167.78 | 0.78 | 0.27 |
| Hex | F | 7B | 65 | 58 | 0 | 12 | 34 | A8 | 4E | 1B |
| Octal | 17 | 173 | 145 | 130 | 0 | 22 | 64 | 250 | 116 | 33 |
| Binary | 1111 | 1111011 | 1100101 | 1011000 | 0 | 10010 | 110100 | 10101000 | 1001110 | 11011 |
Color Harmonies of #0F7B65
Complementary color
Monochromatic Colors of #0F7B65
Black with #0F7B65
Text Example
Text Example
White with #0F7B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7B65; }
p { color: rgb(15,123,101); }
H1.HeaderClassName
{
color: #0F7B65;
}
.AnyTagClassName
{
color: #0F7B65;
}
</style>
background-color css
<style>
a { background-color: #0F7B65; }
a { background-color: rgb(15,123,101); }
div.DivClassName
{
background-color: #0F7B65;
}
.BgClassName
{
background-color: #0F7B65;
}
</style>
border-color css
<style>
span { border-color: #0F7B65; }
span { border-color: rgb(15,123,101); }
td.TdClassName
{
border-color: #0F7B65;
}
.TagClassName
{
border-color: #0F7B65;
}
</style>