Shades of Deep Sea #0D865A
Tints of Deep Sea #0D865A
RGB
CMYK
RGB Variations
Color information
#0D865A (or 0x0D865A) is known color: Deep Sea. HEX triplet: 0D, 86 and 5A. RGB value is (13,134,90). Sum of RGB (Red+Green+Blue) = 13+134+90=237 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.49% from 237); Green value is 134 (52.73% from 255 or 56.54% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 134 - color contains mainly: green. Hex color #0D865A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D865A is #F279A5. Grayscale: #5C5C5C. Windows color (decimal): -15890854 or 5932557. OLE color: 5932557.
HSL color Cylindrical-coordinate representation of color #0D865A: hue angle of 158.18º 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 #0D865A is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 134 | 90 | - |
| CMYK | 0.90 | 0 | 0.33 | 0.47 |
| HSL | 158.18º | 0.82% | 0.29% | - |
| HSV(B) | 158.18º | 0.9% | 0.53% | - |
| XYZ | 10.54 | 17.87 | 12.57 | - |
| YUV | 92.81 | 126.41 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 134 | 90 | 0.90 | 0 | 0.33 | 0.47 | 158.18 | 0.82 | 0.29 |
| Hex | D | 86 | 5A | 5A | 0 | 21 | 2F | 9E | 52 | 1D |
| Octal | 15 | 206 | 132 | 132 | 0 | 41 | 57 | 236 | 122 | 35 |
| Binary | 1101 | 10000110 | 1011010 | 1011010 | 0 | 100001 | 101111 | 10011110 | 1010010 | 11101 |
Color Harmonies of #0D865A
Complementary color
Monochromatic Colors of #0D865A
Black with #0D865A
Text Example
Text Example
White with #0D865A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D865A; }
p { color: rgb(13,134,90); }
H1.HeaderClassName
{
color: #0D865A;
}
.AnyTagClassName
{
color: #0D865A;
}
</style>
background-color css
<style>
a { background-color: #0D865A; }
a { background-color: rgb(13,134,90); }
div.DivClassName
{
background-color: #0D865A;
}
.BgClassName
{
background-color: #0D865A;
}
</style>
border-color css
<style>
span { border-color: #0D865A; }
span { border-color: rgb(13,134,90); }
td.TdClassName
{
border-color: #0D865A;
}
.TagClassName
{
border-color: #0D865A;
}
</style>