Shades of Deep Sea #09895F
Tints of Deep Sea #09895F
RGB
CMYK
RGB Variations
Color information
#09895F (or 0x09895F) is known color: Deep Sea. HEX triplet: 09, 89 and 5F. RGB value is (9,137,95). Sum of RGB (Red+Green+Blue) = 9+137+95=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 137 (53.91% from 255 or 56.85% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 137 - color contains mainly: green. Hex color #09895F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09895F is #F676A0. Grayscale: #5D5D5D. Windows color (decimal): -16152225 or 6261001. OLE color: 6261001.
HSL color Cylindrical-coordinate representation of color #09895F: hue angle of 160.31º 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 #09895F is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 137 | 95 | - |
| CMYK | 0.93 | 0 | 0.31 | 0.46 |
| HSL | 160.31º | 0.88% | 0.29% | - |
| HSV(B) | 160.31º | 0.93% | 0.54% | - |
| XYZ | 11.12 | 18.78 | 13.86 | - |
| YUV | 93.94 | 128.59 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 137 | 95 | 0.93 | 0 | 0.31 | 0.46 | 160.31 | 0.88 | 0.29 |
| Hex | 9 | 89 | 5F | 5D | 0 | 1F | 2E | A0 | 58 | 1D |
| Octal | 11 | 211 | 137 | 135 | 0 | 37 | 56 | 240 | 130 | 35 |
| Binary | 1001 | 10001001 | 1011111 | 1011101 | 0 | 11111 | 101110 | 10100000 | 1011000 | 11101 |
Color Harmonies of #09895F
Complementary color
Monochromatic Colors of #09895F
Black with #09895F
Text Example
Text Example
White with #09895F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09895F; }
p { color: rgb(9,137,95); }
H1.HeaderClassName
{
color: #09895F;
}
.AnyTagClassName
{
color: #09895F;
}
</style>
background-color css
<style>
a { background-color: #09895F; }
a { background-color: rgb(9,137,95); }
div.DivClassName
{
background-color: #09895F;
}
.BgClassName
{
background-color: #09895F;
}
</style>
border-color css
<style>
span { border-color: #09895F; }
span { border-color: rgb(9,137,95); }
td.TdClassName
{
border-color: #09895F;
}
.TagClassName
{
border-color: #09895F;
}
</style>