Shades of Deep Sea #0D855F
Tints of Deep Sea #0D855F
RGB
CMYK
RGB Variations
Color information
#0D855F (or 0x0D855F) is known color: Deep Sea. HEX triplet: 0D, 85 and 5F. RGB value is (13,133,95). Sum of RGB (Red+Green+Blue) = 13+133+95=241 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.39% from 241); Green value is 133 (52.34% from 255 or 55.19% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 133 - color contains mainly: green. Hex color #0D855F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D855F is #F27AA0. Grayscale: #5C5C5C. Windows color (decimal): -15891105 or 6259981. OLE color: 6259981.
HSL color Cylindrical-coordinate representation of color #0D855F: hue angle of 161º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D855F is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 133 | 95 | - |
| CMYK | 0.90 | 0 | 0.29 | 0.48 |
| HSL | 161º | 0.82% | 0.29% | - |
| HSV(B) | 161º | 0.9% | 0.52% | - |
| XYZ | 10.62 | 17.69 | 13.68 | - |
| YUV | 92.79 | 129.24 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 133 | 95 | 0.90 | 0 | 0.29 | 0.48 | 161 | 0.82 | 0.29 |
| Hex | D | 85 | 5F | 5A | 0 | 1D | 30 | A1 | 52 | 1D |
| Octal | 15 | 205 | 137 | 132 | 0 | 35 | 60 | 241 | 122 | 35 |
| Binary | 1101 | 10000101 | 1011111 | 1011010 | 0 | 11101 | 110000 | 10100001 | 1010010 | 11101 |
Color Harmonies of #0D855F
Complementary color
Monochromatic Colors of #0D855F
Black with #0D855F
Text Example
Text Example
White with #0D855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D855F; }
p { color: rgb(13,133,95); }
H1.HeaderClassName
{
color: #0D855F;
}
.AnyTagClassName
{
color: #0D855F;
}
</style>
background-color css
<style>
a { background-color: #0D855F; }
a { background-color: rgb(13,133,95); }
div.DivClassName
{
background-color: #0D855F;
}
.BgClassName
{
background-color: #0D855F;
}
</style>
border-color css
<style>
span { border-color: #0D855F; }
span { border-color: rgb(13,133,95); }
td.TdClassName
{
border-color: #0D855F;
}
.TagClassName
{
border-color: #0D855F;
}
</style>