Shades of Deep Sea #07865E
Tints of Deep Sea #07865E
RGB
CMYK
RGB Variations
Color information
#07865E (or 0x07865E) is known color: Deep Sea. HEX triplet: 07, 86 and 5E. RGB value is (7,134,94). Sum of RGB (Red+Green+Blue) = 7+134+94=235 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.98% from 235); Green value is 134 (52.73% from 255 or 57.02% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 134 - color contains mainly: green. Hex color #07865E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07865E is #F879A1. Grayscale: #5B5B5B. Windows color (decimal): -16284066 or 6194695. OLE color: 6194695.
HSL color Cylindrical-coordinate representation of color #07865E: hue angle of 161.1º 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 #07865E is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 134 | 94 | - |
| CMYK | 0.95 | 0 | 0.30 | 0.47 |
| HSL | 161.1º | 0.9% | 0.28% | - |
| HSV(B) | 161.1º | 0.95% | 0.53% | - |
| XYZ | 10.63 | 17.9 | 13.48 | - |
| YUV | 91.47 | 129.42 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 134 | 94 | 0.95 | 0 | 0.30 | 0.47 | 161.1 | 0.9 | 0.28 |
| Hex | 7 | 86 | 5E | 5F | 0 | 1E | 2F | A1 | 5A | 1C |
| Octal | 7 | 206 | 136 | 137 | 0 | 36 | 57 | 241 | 132 | 34 |
| Binary | 111 | 10000110 | 1011110 | 1011111 | 0 | 11110 | 101111 | 10100001 | 1011010 | 11100 |
Color Harmonies of #07865E
Complementary color
Monochromatic Colors of #07865E
Black with #07865E
Text Example
Text Example
White with #07865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07865E; }
p { color: rgb(7,134,94); }
H1.HeaderClassName
{
color: #07865E;
}
.AnyTagClassName
{
color: #07865E;
}
</style>
background-color css
<style>
a { background-color: #07865E; }
a { background-color: rgb(7,134,94); }
div.DivClassName
{
background-color: #07865E;
}
.BgClassName
{
background-color: #07865E;
}
</style>
border-color css
<style>
span { border-color: #07865E; }
span { border-color: rgb(7,134,94); }
td.TdClassName
{
border-color: #07865E;
}
.TagClassName
{
border-color: #07865E;
}
</style>