Shades of Deep Sea #0D845F
Tints of Deep Sea #0D845F
RGB
CMYK
RGB Variations
Color information
#0D845F (or 0x0D845F) is known color: Deep Sea. HEX triplet: 0D, 84 and 5F. RGB value is (13,132,95). Sum of RGB (Red+Green+Blue) = 13+132+95=240 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.42% from 240); Green value is 132 (51.95% from 255 or 55% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 132 - color contains mainly: green. Hex color #0D845F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D845F is #F27BA0. Grayscale: #5C5C5C. Windows color (decimal): -15891361 or 6259725. OLE color: 6259725.
HSL color Cylindrical-coordinate representation of color #0D845F: hue angle of 161.34º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D845F is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 132 | 95 | - |
| CMYK | 0.90 | 0 | 0.28 | 0.48 |
| HSL | 161.34º | 0.82% | 0.28% | - |
| HSV(B) | 161.34º | 0.9% | 0.52% | - |
| XYZ | 10.48 | 17.41 | 13.64 | - |
| YUV | 92.2 | 129.58 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 132 | 95 | 0.90 | 0 | 0.28 | 0.48 | 161.34 | 0.82 | 0.28 |
| Hex | D | 84 | 5F | 5A | 0 | 1C | 30 | A1 | 52 | 1C |
| Octal | 15 | 204 | 137 | 132 | 0 | 34 | 60 | 241 | 122 | 34 |
| Binary | 1101 | 10000100 | 1011111 | 1011010 | 0 | 11100 | 110000 | 10100001 | 1010010 | 11100 |
Color Harmonies of #0D845F
Complementary color
Monochromatic Colors of #0D845F
Black with #0D845F
Text Example
Text Example
White with #0D845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D845F; }
p { color: rgb(13,132,95); }
H1.HeaderClassName
{
color: #0D845F;
}
.AnyTagClassName
{
color: #0D845F;
}
</style>
background-color css
<style>
a { background-color: #0D845F; }
a { background-color: rgb(13,132,95); }
div.DivClassName
{
background-color: #0D845F;
}
.BgClassName
{
background-color: #0D845F;
}
</style>
border-color css
<style>
span { border-color: #0D845F; }
span { border-color: rgb(13,132,95); }
td.TdClassName
{
border-color: #0D845F;
}
.TagClassName
{
border-color: #0D845F;
}
</style>