Shades of Deep Sea #0F775B
Tints of Deep Sea #0F775B
RGB
CMYK
RGB Variations
Color information
#0F775B (or 0x0F775B) is known color: Deep Sea. HEX triplet: 0F, 77 and 5B. RGB value is (15,119,91). Sum of RGB (Red+Green+Blue) = 15+119+91=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #0F775B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F775B is #F088A4. Grayscale: #545454. Windows color (decimal): -15763621 or 5994255. OLE color: 5994255.
HSL color Cylindrical-coordinate representation of color #0F775B: hue angle of 163.85º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F775B is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 119 | 91 | - |
| CMYK | 0.87 | 0 | 0.24 | 0.53 |
| HSL | 163.85º | 0.78% | 0.26% | - |
| HSV(B) | 163.85º | 0.87% | 0.47% | - |
| XYZ | 8.68 | 14.05 | 12.15 | - |
| YUV | 84.71 | 131.54 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 119 | 91 | 0.87 | 0 | 0.24 | 0.53 | 163.85 | 0.78 | 0.26 |
| Hex | F | 77 | 5B | 57 | 0 | 18 | 35 | A4 | 4E | 1A |
| Octal | 17 | 167 | 133 | 127 | 0 | 30 | 65 | 244 | 116 | 32 |
| Binary | 1111 | 1110111 | 1011011 | 1010111 | 0 | 11000 | 110101 | 10100100 | 1001110 | 11010 |
Color Harmonies of #0F775B
Complementary color
Monochromatic Colors of #0F775B
Black with #0F775B
Text Example
Text Example
White with #0F775B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F775B; }
p { color: rgb(15,119,91); }
H1.HeaderClassName
{
color: #0F775B;
}
.AnyTagClassName
{
color: #0F775B;
}
</style>
background-color css
<style>
a { background-color: #0F775B; }
a { background-color: rgb(15,119,91); }
div.DivClassName
{
background-color: #0F775B;
}
.BgClassName
{
background-color: #0F775B;
}
</style>
border-color css
<style>
span { border-color: #0F775B; }
span { border-color: rgb(15,119,91); }
td.TdClassName
{
border-color: #0F775B;
}
.TagClassName
{
border-color: #0F775B;
}
</style>