Shades of Observatory #098770
Tints of Observatory #098770
RGB
CMYK
RGB Variations
Color information
#098770 (or 0x098770) is known color: Observatory. HEX triplet: 09, 87 and 70. RGB value is (9,135,112). Sum of RGB (Red+Green+Blue) = 9+135+112=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #098770 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098770 is #F6788F. Grayscale: #5E5E5E. Windows color (decimal): -16152720 or 7374601. OLE color: 7374601.
HSL color Cylindrical-coordinate representation of color #098770: hue angle of 169.05º 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 #098770 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 135 | 112 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.47 |
| HSL | 169.05º | 0.88% | 0.28% | - |
| HSV(B) | 169.05º | 0.93% | 0.53% | - |
| XYZ | 11.7 | 18.56 | 18.29 | - |
| YUV | 94.7 | 137.76 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 135 | 112 | 0.93 | 0 | 0.17 | 0.47 | 169.05 | 0.88 | 0.28 |
| Hex | 9 | 87 | 70 | 5D | 0 | 11 | 2F | A9 | 58 | 1C |
| Octal | 11 | 207 | 160 | 135 | 0 | 21 | 57 | 251 | 130 | 34 |
| Binary | 1001 | 10000111 | 1110000 | 1011101 | 0 | 10001 | 101111 | 10101001 | 1011000 | 11100 |
Color Harmonies of #098770
Complementary color
Monochromatic Colors of #098770
Black with #098770
Text Example
Text Example
White with #098770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098770; }
p { color: rgb(9,135,112); }
H1.HeaderClassName
{
color: #098770;
}
.AnyTagClassName
{
color: #098770;
}
</style>
background-color css
<style>
a { background-color: #098770; }
a { background-color: rgb(9,135,112); }
div.DivClassName
{
background-color: #098770;
}
.BgClassName
{
background-color: #098770;
}
</style>
border-color css
<style>
span { border-color: #098770; }
span { border-color: rgb(9,135,112); }
td.TdClassName
{
border-color: #098770;
}
.TagClassName
{
border-color: #098770;
}
</style>