Shades of Deep Sea #0D876C
Tints of Deep Sea #0D876C
RGB
CMYK
RGB Variations
Color information
#0D876C (or 0x0D876C) is known color: Deep Sea. HEX triplet: 0D, 87 and 6C. RGB value is (13,135,108). Sum of RGB (Red+Green+Blue) = 13+135+108=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #0D876C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D876C is #F27893. Grayscale: #5F5F5F. Windows color (decimal): -15890580 or 7112461. OLE color: 7112461.
HSL color Cylindrical-coordinate representation of color #0D876C: hue angle of 166.72º 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 #0D876C is Cyan = 0.90, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 135 | 108 | - |
| CMYK | 0.90 | 0 | 0.2 | 0.47 |
| HSL | 166.72º | 0.82% | 0.29% | - |
| HSV(B) | 166.72º | 0.9% | 0.53% | - |
| XYZ | 11.54 | 18.5 | 17.15 | - |
| YUV | 95.44 | 135.08 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 135 | 108 | 0.90 | 0 | 0.2 | 0.47 | 166.72 | 0.82 | 0.29 |
| Hex | D | 87 | 6C | 5A | 0 | 14 | 2F | A7 | 52 | 1D |
| Octal | 15 | 207 | 154 | 132 | 0 | 24 | 57 | 247 | 122 | 35 |
| Binary | 1101 | 10000111 | 1101100 | 1011010 | 0 | 10100 | 101111 | 10100111 | 1010010 | 11101 |
Color Harmonies of #0D876C
Complementary color
Monochromatic Colors of #0D876C
Black with #0D876C
Text Example
Text Example
White with #0D876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D876C; }
p { color: rgb(13,135,108); }
H1.HeaderClassName
{
color: #0D876C;
}
.AnyTagClassName
{
color: #0D876C;
}
</style>
background-color css
<style>
a { background-color: #0D876C; }
a { background-color: rgb(13,135,108); }
div.DivClassName
{
background-color: #0D876C;
}
.BgClassName
{
background-color: #0D876C;
}
</style>
border-color css
<style>
span { border-color: #0D876C; }
span { border-color: rgb(13,135,108); }
td.TdClassName
{
border-color: #0D876C;
}
.TagClassName
{
border-color: #0D876C;
}
</style>