Shades of Observatory #098970
Tints of Observatory #098970
RGB
CMYK
RGB Variations
Color information
#098970 (or 0x098970) is known color: Observatory. HEX triplet: 09, 89 and 70. RGB value is (9,137,112). Sum of RGB (Red+Green+Blue) = 9+137+112=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 137 (53.91% from 255 or 53.10% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 137 - color contains mainly: green. Hex color #098970 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098970 is #F6768F. Grayscale: #5F5F5F. Windows color (decimal): -16152208 or 7375113. OLE color: 7375113.
HSL color Cylindrical-coordinate representation of color #098970: hue angle of 168.28º 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 #098970 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 137 | 112 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.46 |
| HSL | 168.28º | 0.88% | 0.29% | - |
| HSV(B) | 168.28º | 0.93% | 0.54% | - |
| XYZ | 11.98 | 19.12 | 18.39 | - |
| YUV | 95.88 | 137.09 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 137 | 112 | 0.93 | 0 | 0.18 | 0.46 | 168.28 | 0.88 | 0.29 |
| Hex | 9 | 89 | 70 | 5D | 0 | 12 | 2E | A8 | 58 | 1D |
| Octal | 11 | 211 | 160 | 135 | 0 | 22 | 56 | 250 | 130 | 35 |
| Binary | 1001 | 10001001 | 1110000 | 1011101 | 0 | 10010 | 101110 | 10101000 | 1011000 | 11101 |
Color Harmonies of #098970
Complementary color
Monochromatic Colors of #098970
Black with #098970
Text Example
Text Example
White with #098970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098970; }
p { color: rgb(9,137,112); }
H1.HeaderClassName
{
color: #098970;
}
.AnyTagClassName
{
color: #098970;
}
</style>
background-color css
<style>
a { background-color: #098970; }
a { background-color: rgb(9,137,112); }
div.DivClassName
{
background-color: #098970;
}
.BgClassName
{
background-color: #098970;
}
</style>
border-color css
<style>
span { border-color: #098970; }
span { border-color: rgb(9,137,112); }
td.TdClassName
{
border-color: #098970;
}
.TagClassName
{
border-color: #098970;
}
</style>