Shades of Deep Sea #07895D
Tints of Deep Sea #07895D
RGB
CMYK
RGB Variations
Color information
#07895D (or 0x07895D) is known color: Deep Sea. HEX triplet: 07, 89 and 5D. RGB value is (7,137,93). Sum of RGB (Red+Green+Blue) = 7+137+93=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 137 (53.91% from 255 or 57.81% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 137 - color contains mainly: green. Hex color #07895D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07895D is #F876A2. Grayscale: #5D5D5D. Windows color (decimal): -16283299 or 6129927. OLE color: 6129927.
HSL color Cylindrical-coordinate representation of color #07895D: hue angle of 159.69º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07895D is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 137 | 93 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.46 |
| HSL | 159.69º | 0.9% | 0.28% | - |
| HSV(B) | 159.69º | 0.95% | 0.54% | - |
| XYZ | 11.01 | 18.73 | 13.39 | - |
| YUV | 93.11 | 127.93 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 137 | 93 | 0.95 | 0 | 0.32 | 0.46 | 159.69 | 0.9 | 0.28 |
| Hex | 7 | 89 | 5D | 5F | 0 | 20 | 2E | A0 | 5A | 1C |
| Octal | 7 | 211 | 135 | 137 | 0 | 40 | 56 | 240 | 132 | 34 |
| Binary | 111 | 10001001 | 1011101 | 1011111 | 0 | 100000 | 101110 | 10100000 | 1011010 | 11100 |
Color Harmonies of #07895D
Complementary color
Monochromatic Colors of #07895D
Black with #07895D
Text Example
Text Example
White with #07895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07895D; }
p { color: rgb(7,137,93); }
H1.HeaderClassName
{
color: #07895D;
}
.AnyTagClassName
{
color: #07895D;
}
</style>
background-color css
<style>
a { background-color: #07895D; }
a { background-color: rgb(7,137,93); }
div.DivClassName
{
background-color: #07895D;
}
.BgClassName
{
background-color: #07895D;
}
</style>
border-color css
<style>
span { border-color: #07895D; }
span { border-color: rgb(7,137,93); }
td.TdClassName
{
border-color: #07895D;
}
.TagClassName
{
border-color: #07895D;
}
</style>