Shades of Deep Sea #0D8763
Tints of Deep Sea #0D8763
RGB
CMYK
RGB Variations
Color information
#0D8763 (or 0x0D8763) is known color: Deep Sea. HEX triplet: 0D, 87 and 63. RGB value is (13,135,99). Sum of RGB (Red+Green+Blue) = 13+135+99=247 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.26% from 247); Green value is 135 (53.12% from 255 or 54.66% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 135 - color contains mainly: green. Hex color #0D8763 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8763 is #F2789C. Grayscale: #5E5E5E. Windows color (decimal): -15890589 or 6522637. OLE color: 6522637.
HSL color Cylindrical-coordinate representation of color #0D8763: hue angle of 162.3º 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 #0D8763 is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 135 | 99 | - |
| CMYK | 0.90 | 0 | 0.27 | 0.47 |
| HSL | 162.3º | 0.82% | 0.29% | - |
| HSV(B) | 162.3º | 0.9% | 0.53% | - |
| XYZ | 11.08 | 18.31 | 14.76 | - |
| YUV | 94.42 | 130.58 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 135 | 99 | 0.90 | 0 | 0.27 | 0.47 | 162.3 | 0.82 | 0.29 |
| Hex | D | 87 | 63 | 5A | 0 | 1B | 2F | A2 | 52 | 1D |
| Octal | 15 | 207 | 143 | 132 | 0 | 33 | 57 | 242 | 122 | 35 |
| Binary | 1101 | 10000111 | 1100011 | 1011010 | 0 | 11011 | 101111 | 10100010 | 1010010 | 11101 |
Color Harmonies of #0D8763
Complementary color
Monochromatic Colors of #0D8763
Black with #0D8763
Text Example
Text Example
White with #0D8763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8763; }
p { color: rgb(13,135,99); }
H1.HeaderClassName
{
color: #0D8763;
}
.AnyTagClassName
{
color: #0D8763;
}
</style>
background-color css
<style>
a { background-color: #0D8763; }
a { background-color: rgb(13,135,99); }
div.DivClassName
{
background-color: #0D8763;
}
.BgClassName
{
background-color: #0D8763;
}
</style>
border-color css
<style>
span { border-color: #0D8763; }
span { border-color: rgb(13,135,99); }
td.TdClassName
{
border-color: #0D8763;
}
.TagClassName
{
border-color: #0D8763;
}
</style>