Shades of Deep Sea #07865D
Tints of Deep Sea #07865D
RGB
CMYK
RGB Variations
Color information
#07865D (or 0x07865D) is known color: Deep Sea. HEX triplet: 07, 86 and 5D. RGB value is (7,134,93). Sum of RGB (Red+Green+Blue) = 7+134+93=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 134 (52.73% from 255 or 57.26% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 134 - color contains mainly: green. Hex color #07865D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07865D is #F879A2. Grayscale: #5B5B5B. Windows color (decimal): -16284067 or 6129159. OLE color: 6129159.
HSL color Cylindrical-coordinate representation of color #07865D: hue angle of 160.63º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07865D is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 134 | 93 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.47 |
| HSL | 160.63º | 0.9% | 0.28% | - |
| HSV(B) | 160.63º | 0.95% | 0.53% | - |
| XYZ | 10.59 | 17.89 | 13.25 | - |
| YUV | 91.35 | 128.92 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 134 | 93 | 0.95 | 0 | 0.31 | 0.47 | 160.63 | 0.9 | 0.28 |
| Hex | 7 | 86 | 5D | 5F | 0 | 1F | 2F | A1 | 5A | 1C |
| Octal | 7 | 206 | 135 | 137 | 0 | 37 | 57 | 241 | 132 | 34 |
| Binary | 111 | 10000110 | 1011101 | 1011111 | 0 | 11111 | 101111 | 10100001 | 1011010 | 11100 |
Color Harmonies of #07865D
Complementary color
Monochromatic Colors of #07865D
Black with #07865D
Text Example
Text Example
White with #07865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07865D; }
p { color: rgb(7,134,93); }
H1.HeaderClassName
{
color: #07865D;
}
.AnyTagClassName
{
color: #07865D;
}
</style>
background-color css
<style>
a { background-color: #07865D; }
a { background-color: rgb(7,134,93); }
div.DivClassName
{
background-color: #07865D;
}
.BgClassName
{
background-color: #07865D;
}
</style>
border-color css
<style>
span { border-color: #07865D; }
span { border-color: rgb(7,134,93); }
td.TdClassName
{
border-color: #07865D;
}
.TagClassName
{
border-color: #07865D;
}
</style>