Shades of Observatory #098778
Tints of Observatory #098778
RGB
CMYK
RGB Variations
Color information
#098778 (or 0x098778) is known color: Observatory. HEX triplet: 09, 87 and 78. RGB value is (9,135,120). Sum of RGB (Red+Green+Blue) = 9+135+120=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 135 (53.12% from 255 or 51.14% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 135 - color contains mainly: green. Hex color #098778 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098778 is #F67887. Grayscale: #5F5F5F. Windows color (decimal): -16152712 or 7898889. OLE color: 7898889.
HSL color Cylindrical-coordinate representation of color #098778: hue angle of 172.86º 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 #098778 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 135 | 120 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.47 |
| HSL | 172.86º | 0.88% | 0.28% | - |
| HSV(B) | 172.86º | 0.93% | 0.53% | - |
| XYZ | 12.17 | 18.74 | 20.75 | - |
| YUV | 95.62 | 141.76 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 135 | 120 | 0.93 | 0 | 0.11 | 0.47 | 172.86 | 0.88 | 0.28 |
| Hex | 9 | 87 | 78 | 5D | 0 | B | 2F | AD | 58 | 1C |
| Octal | 11 | 207 | 170 | 135 | 0 | 13 | 57 | 255 | 130 | 34 |
| Binary | 1001 | 10000111 | 1111000 | 1011101 | 0 | 1011 | 101111 | 10101101 | 1011000 | 11100 |
Color Harmonies of #098778
Complementary color
Monochromatic Colors of #098778
Black with #098778
Text Example
Text Example
White with #098778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098778; }
p { color: rgb(9,135,120); }
H1.HeaderClassName
{
color: #098778;
}
.AnyTagClassName
{
color: #098778;
}
</style>
background-color css
<style>
a { background-color: #098778; }
a { background-color: rgb(9,135,120); }
div.DivClassName
{
background-color: #098778;
}
.BgClassName
{
background-color: #098778;
}
</style>
border-color css
<style>
span { border-color: #098778; }
span { border-color: rgb(9,135,120); }
td.TdClassName
{
border-color: #098778;
}
.TagClassName
{
border-color: #098778;
}
</style>