Shades of Deep Sea #0D7C67
Tints of Deep Sea #0D7C67
RGB
CMYK
RGB Variations
Color information
#0D7C67 (or 0x0D7C67) is known color: Deep Sea. HEX triplet: 0D, 7C and 67. RGB value is (13,124,103). Sum of RGB (Red+Green+Blue) = 13+124+103=240 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.42% from 240); Green value is 124 (48.83% from 255 or 51.67% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 124 - color contains mainly: green. Hex color #0D7C67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7C67 is #F28398. Grayscale: #585858. Windows color (decimal): -15893401 or 6781965. OLE color: 6781965.
HSL color Cylindrical-coordinate representation of color #0D7C67: hue angle of 168.65º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D7C67 is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 124 | 103 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.51 |
| HSL | 168.65º | 0.81% | 0.27% | - |
| HSV(B) | 168.65º | 0.9% | 0.49% | - |
| XYZ | 9.82 | 15.48 | 15.3 | - |
| YUV | 88.42 | 136.23 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 124 | 103 | 0.90 | 0 | 0.17 | 0.51 | 168.65 | 0.81 | 0.27 |
| Hex | D | 7C | 67 | 5A | 0 | 11 | 33 | A9 | 51 | 1B |
| Octal | 15 | 174 | 147 | 132 | 0 | 21 | 63 | 251 | 121 | 33 |
| Binary | 1101 | 1111100 | 1100111 | 1011010 | 0 | 10001 | 110011 | 10101001 | 1010001 | 11011 |
Color Harmonies of #0D7C67
Complementary color
Monochromatic Colors of #0D7C67
Black with #0D7C67
Text Example
Text Example
White with #0D7C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7C67; }
p { color: rgb(13,124,103); }
H1.HeaderClassName
{
color: #0D7C67;
}
.AnyTagClassName
{
color: #0D7C67;
}
</style>
background-color css
<style>
a { background-color: #0D7C67; }
a { background-color: rgb(13,124,103); }
div.DivClassName
{
background-color: #0D7C67;
}
.BgClassName
{
background-color: #0D7C67;
}
</style>
border-color css
<style>
span { border-color: #0D7C67; }
span { border-color: rgb(13,124,103); }
td.TdClassName
{
border-color: #0D7C67;
}
.TagClassName
{
border-color: #0D7C67;
}
</style>