Shades of Deep Sea #0D775F
Tints of Deep Sea #0D775F
RGB
CMYK
RGB Variations
Color information
#0D775F (or 0x0D775F) is known color: Deep Sea. HEX triplet: 0D, 77 and 5F. RGB value is (13,119,95). Sum of RGB (Red+Green+Blue) = 13+119+95=227 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.73% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #0D775F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D775F is #F288A0. Grayscale: #545454. Windows color (decimal): -15894689 or 6256397. OLE color: 6256397.
HSL color Cylindrical-coordinate representation of color #0D775F: hue angle of 166.42º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D775F is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 119 | 95 | - |
| CMYK | 0.89 | 0 | 0.20 | 0.53 |
| HSL | 166.42º | 0.8% | 0.26% | - |
| HSV(B) | 166.42º | 0.89% | 0.47% | - |
| XYZ | 8.83 | 14.11 | 13.08 | - |
| YUV | 84.57 | 133.88 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 119 | 95 | 0.89 | 0 | 0.20 | 0.53 | 166.42 | 0.8 | 0.26 |
| Hex | D | 77 | 5F | 59 | 0 | 14 | 35 | A6 | 50 | 1A |
| Octal | 15 | 167 | 137 | 131 | 0 | 24 | 65 | 246 | 120 | 32 |
| Binary | 1101 | 1110111 | 1011111 | 1011001 | 0 | 10100 | 110101 | 10100110 | 1010000 | 11010 |
Color Harmonies of #0D775F
Complementary color
Monochromatic Colors of #0D775F
Black with #0D775F
Text Example
Text Example
White with #0D775F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D775F; }
p { color: rgb(13,119,95); }
H1.HeaderClassName
{
color: #0D775F;
}
.AnyTagClassName
{
color: #0D775F;
}
</style>
background-color css
<style>
a { background-color: #0D775F; }
a { background-color: rgb(13,119,95); }
div.DivClassName
{
background-color: #0D775F;
}
.BgClassName
{
background-color: #0D775F;
}
</style>
border-color css
<style>
span { border-color: #0D775F; }
span { border-color: rgb(13,119,95); }
td.TdClassName
{
border-color: #0D775F;
}
.TagClassName
{
border-color: #0D775F;
}
</style>