Shades of Deep Sea #0D8762
Tints of Deep Sea #0D8762
RGB
CMYK
RGB Variations
Color information
#0D8762 (or 0x0D8762) is known color: Deep Sea. HEX triplet: 0D, 87 and 62. RGB value is (13,135,98). Sum of RGB (Red+Green+Blue) = 13+135+98=246 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.28% from 246); Green value is 135 (53.12% from 255 or 54.88% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 135 - color contains mainly: green. Hex color #0D8762 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8762 is #F2789D. Grayscale: #5E5E5E. Windows color (decimal): -15890590 or 6457101. OLE color: 6457101.
HSL color Cylindrical-coordinate representation of color #0D8762: hue angle of 161.8º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8762 is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 135 | 98 | - |
| CMYK | 0.90 | 0 | 0.27 | 0.47 |
| HSL | 161.8º | 0.82% | 0.29% | - |
| HSV(B) | 161.8º | 0.9% | 0.53% | - |
| XYZ | 11.03 | 18.3 | 14.51 | - |
| YUV | 94.3 | 130.08 | 70.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 135 | 98 | 0.90 | 0 | 0.27 | 0.47 | 161.8 | 0.82 | 0.29 |
| Hex | D | 87 | 62 | 5A | 0 | 1B | 2F | A2 | 52 | 1D |
| Octal | 15 | 207 | 142 | 132 | 0 | 33 | 57 | 242 | 122 | 35 |
| Binary | 1101 | 10000111 | 1100010 | 1011010 | 0 | 11011 | 101111 | 10100010 | 1010010 | 11101 |
Color Harmonies of #0D8762
Complementary color
Monochromatic Colors of #0D8762
Black with #0D8762
Text Example
Text Example
White with #0D8762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8762; }
p { color: rgb(13,135,98); }
H1.HeaderClassName
{
color: #0D8762;
}
.AnyTagClassName
{
color: #0D8762;
}
</style>
background-color css
<style>
a { background-color: #0D8762; }
a { background-color: rgb(13,135,98); }
div.DivClassName
{
background-color: #0D8762;
}
.BgClassName
{
background-color: #0D8762;
}
</style>
border-color css
<style>
span { border-color: #0D8762; }
span { border-color: rgb(13,135,98); }
td.TdClassName
{
border-color: #0D8762;
}
.TagClassName
{
border-color: #0D8762;
}
</style>