Shades of Observatory #098675
Tints of Observatory #098675
RGB
CMYK
RGB Variations
Color information
#098675 (or 0x098675) is known color: Observatory. HEX triplet: 09, 86 and 75. RGB value is (9,134,117). Sum of RGB (Red+Green+Blue) = 9+134+117=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 134 (52.73% from 255 or 51.54% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 134 - color contains mainly: green. Hex color #098675 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098675 is #F6798A. Grayscale: #5E5E5E. Windows color (decimal): -16152971 or 7702025. OLE color: 7702025.
HSL color Cylindrical-coordinate representation of color #098675: hue angle of 171.84º degrees, saturation: 0.87, 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 #098675 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 134 | 117 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.47 |
| HSL | 171.84º | 0.87% | 0.28% | - |
| HSV(B) | 171.84º | 0.93% | 0.53% | - |
| XYZ | 11.85 | 18.39 | 19.76 | - |
| YUV | 94.69 | 140.59 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 134 | 117 | 0.93 | 0 | 0.13 | 0.47 | 171.84 | 0.87 | 0.28 |
| Hex | 9 | 86 | 75 | 5D | 0 | D | 2F | AC | 57 | 1C |
| Octal | 11 | 206 | 165 | 135 | 0 | 15 | 57 | 254 | 127 | 34 |
| Binary | 1001 | 10000110 | 1110101 | 1011101 | 0 | 1101 | 101111 | 10101100 | 1010111 | 11100 |
Color Harmonies of #098675
Complementary color
Monochromatic Colors of #098675
Black with #098675
Text Example
Text Example
White with #098675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098675; }
p { color: rgb(9,134,117); }
H1.HeaderClassName
{
color: #098675;
}
.AnyTagClassName
{
color: #098675;
}
</style>
background-color css
<style>
a { background-color: #098675; }
a { background-color: rgb(9,134,117); }
div.DivClassName
{
background-color: #098675;
}
.BgClassName
{
background-color: #098675;
}
</style>
border-color css
<style>
span { border-color: #098675; }
span { border-color: rgb(9,134,117); }
td.TdClassName
{
border-color: #098675;
}
.TagClassName
{
border-color: #098675;
}
</style>