Shades of Observatory #098975
Tints of Observatory #098975
RGB
CMYK
RGB Variations
Color information
#098975 (or 0x098975) is known color: Observatory. HEX triplet: 09, 89 and 75. RGB value is (9,137,117). Sum of RGB (Red+Green+Blue) = 9+137+117=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 137 (53.91% from 255 or 52.09% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 137 - color contains mainly: green. Hex color #098975 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098975 is #F6768A. Grayscale: #606060. Windows color (decimal): -16152203 or 7702793. OLE color: 7702793.
HSL color Cylindrical-coordinate representation of color #098975: hue angle of 170.62º 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 #098975 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 137 | 117 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.46 |
| HSL | 170.63º | 0.88% | 0.29% | - |
| HSV(B) | 170.63º | 0.93% | 0.54% | - |
| XYZ | 12.27 | 19.23 | 19.9 | - |
| YUV | 96.45 | 139.59 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 137 | 117 | 0.93 | 0 | 0.15 | 0.46 | 170.63 | 0.88 | 0.29 |
| Hex | 9 | 89 | 75 | 5D | 0 | F | 2E | AB | 58 | 1D |
| Octal | 11 | 211 | 165 | 135 | 0 | 17 | 56 | 253 | 130 | 35 |
| Binary | 1001 | 10001001 | 1110101 | 1011101 | 0 | 1111 | 101110 | 10101011 | 1011000 | 11101 |
Color Harmonies of #098975
Complementary color
Monochromatic Colors of #098975
Black with #098975
Text Example
Text Example
White with #098975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098975; }
p { color: rgb(9,137,117); }
H1.HeaderClassName
{
color: #098975;
}
.AnyTagClassName
{
color: #098975;
}
</style>
background-color css
<style>
a { background-color: #098975; }
a { background-color: rgb(9,137,117); }
div.DivClassName
{
background-color: #098975;
}
.BgClassName
{
background-color: #098975;
}
</style>
border-color css
<style>
span { border-color: #098975; }
span { border-color: rgb(9,137,117); }
td.TdClassName
{
border-color: #098975;
}
.TagClassName
{
border-color: #098975;
}
</style>