Shades of Observatory #098F70
Tints of Observatory #098F70
RGB
CMYK
RGB Variations
Color information
#098F70 (or 0x098F70) is known color: Observatory. HEX triplet: 09, 8F and 70. RGB value is (9,143,112). Sum of RGB (Red+Green+Blue) = 9+143+112=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 143 (56.25% from 255 or 54.17% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 143 - color contains mainly: green. Hex color #098F70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098F70 is #F6708F. Grayscale: #636363. Windows color (decimal): -16150672 or 7376649. OLE color: 7376649.
HSL color Cylindrical-coordinate representation of color #098F70: hue angle of 166.12º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098F70 is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 143 | 112 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.44 |
| HSL | 166.12º | 0.88% | 0.3% | - |
| HSV(B) | 166.12º | 0.94% | 0.56% | - |
| XYZ | 12.86 | 20.87 | 18.68 | - |
| YUV | 99.4 | 135.11 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 143 | 112 | 0.94 | 0 | 0.22 | 0.44 | 166.12 | 0.88 | 0.3 |
| Hex | 9 | 8F | 70 | 5E | 0 | 16 | 2C | A6 | 58 | 1E |
| Octal | 11 | 217 | 160 | 136 | 0 | 26 | 54 | 246 | 130 | 36 |
| Binary | 1001 | 10001111 | 1110000 | 1011110 | 0 | 10110 | 101100 | 10100110 | 1011000 | 11110 |
Color Harmonies of #098F70
Complementary color
Monochromatic Colors of #098F70
Black with #098F70
Text Example
Text Example
White with #098F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098F70; }
p { color: rgb(9,143,112); }
H1.HeaderClassName
{
color: #098F70;
}
.AnyTagClassName
{
color: #098F70;
}
</style>
background-color css
<style>
a { background-color: #098F70; }
a { background-color: rgb(9,143,112); }
div.DivClassName
{
background-color: #098F70;
}
.BgClassName
{
background-color: #098F70;
}
</style>
border-color css
<style>
span { border-color: #098F70; }
span { border-color: rgb(9,143,112); }
td.TdClassName
{
border-color: #098F70;
}
.TagClassName
{
border-color: #098F70;
}
</style>