Shades of Deep Sea #098962
Tints of Deep Sea #098962
RGB
CMYK
RGB Variations
Color information
#098962 (or 0x098962) is known color: Deep Sea. HEX triplet: 09, 89 and 62. RGB value is (9,137,98). Sum of RGB (Red+Green+Blue) = 9+137+98=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 137 (53.91% from 255 or 56.15% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 137 - color contains mainly: green. Hex color #098962 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098962 is #F6769D. Grayscale: #5E5E5E. Windows color (decimal): -16152222 or 6457609. OLE color: 6457609.
HSL color Cylindrical-coordinate representation of color #098962: hue angle of 161.72º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098962 is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 137 | 98 | - |
| CMYK | 0.93 | 0 | 0.28 | 0.46 |
| HSL | 161.72º | 0.88% | 0.29% | - |
| HSV(B) | 161.72º | 0.93% | 0.54% | - |
| XYZ | 11.26 | 18.83 | 14.6 | - |
| YUV | 94.28 | 130.09 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 137 | 98 | 0.93 | 0 | 0.28 | 0.46 | 161.72 | 0.88 | 0.29 |
| Hex | 9 | 89 | 62 | 5D | 0 | 1C | 2E | A2 | 58 | 1D |
| Octal | 11 | 211 | 142 | 135 | 0 | 34 | 56 | 242 | 130 | 35 |
| Binary | 1001 | 10001001 | 1100010 | 1011101 | 0 | 11100 | 101110 | 10100010 | 1011000 | 11101 |
Color Harmonies of #098962
Complementary color
Monochromatic Colors of #098962
Black with #098962
Text Example
Text Example
White with #098962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098962; }
p { color: rgb(9,137,98); }
H1.HeaderClassName
{
color: #098962;
}
.AnyTagClassName
{
color: #098962;
}
</style>
background-color css
<style>
a { background-color: #098962; }
a { background-color: rgb(9,137,98); }
div.DivClassName
{
background-color: #098962;
}
.BgClassName
{
background-color: #098962;
}
</style>
border-color css
<style>
span { border-color: #098962; }
span { border-color: rgb(9,137,98); }
td.TdClassName
{
border-color: #098962;
}
.TagClassName
{
border-color: #098962;
}
</style>