Shades of Deep Sea #098759
Tints of Deep Sea #098759
RGB
CMYK
RGB Variations
Color information
#098759 (or 0x098759) is known color: Deep Sea. HEX triplet: 09, 87 and 59. RGB value is (9,135,89). Sum of RGB (Red+Green+Blue) = 9+135+89=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 135 (53.12% from 255 or 57.94% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 135 - color contains mainly: green. Hex color #098759 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098759 is #F678A6. Grayscale: #5C5C5C. Windows color (decimal): -16152743 or 5867273. OLE color: 5867273.
HSL color Cylindrical-coordinate representation of color #098759: hue angle of 158.1º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098759 is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 135 | 89 | - |
| CMYK | 0.93 | 0 | 0.34 | 0.47 |
| HSL | 158.1º | 0.88% | 0.28% | - |
| HSV(B) | 158.1º | 0.93% | 0.53% | - |
| XYZ | 10.58 | 18.11 | 12.39 | - |
| YUV | 92.08 | 126.26 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 135 | 89 | 0.93 | 0 | 0.34 | 0.47 | 158.1 | 0.88 | 0.28 |
| Hex | 9 | 87 | 59 | 5D | 0 | 22 | 2F | 9E | 58 | 1C |
| Octal | 11 | 207 | 131 | 135 | 0 | 42 | 57 | 236 | 130 | 34 |
| Binary | 1001 | 10000111 | 1011001 | 1011101 | 0 | 100010 | 101111 | 10011110 | 1011000 | 11100 |
Color Harmonies of #098759
Complementary color
Monochromatic Colors of #098759
Black with #098759
Text Example
Text Example
White with #098759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098759; }
p { color: rgb(9,135,89); }
H1.HeaderClassName
{
color: #098759;
}
.AnyTagClassName
{
color: #098759;
}
</style>
background-color css
<style>
a { background-color: #098759; }
a { background-color: rgb(9,135,89); }
div.DivClassName
{
background-color: #098759;
}
.BgClassName
{
background-color: #098759;
}
</style>
border-color css
<style>
span { border-color: #098759; }
span { border-color: rgb(9,135,89); }
td.TdClassName
{
border-color: #098759;
}
.TagClassName
{
border-color: #098759;
}
</style>