Shades of Observatory #098F76
Tints of Observatory #098F76
RGB
CMYK
RGB Variations
Color information
#098F76 (or 0x098F76) is known color: Observatory. HEX triplet: 09, 8F and 76. RGB value is (9,143,118). Sum of RGB (Red+Green+Blue) = 9+143+118=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 143 (56.25% from 255 or 52.96% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 143 - color contains mainly: green. Hex color #098F76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098F76 is #F67089. Grayscale: #646464. Windows color (decimal): -16150666 or 7769865. OLE color: 7769865.
HSL color Cylindrical-coordinate representation of color #098F76: hue angle of 168.81º 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 #098F76 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 143 | 118 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.44 |
| HSL | 168.81º | 0.88% | 0.3% | - |
| HSV(B) | 168.81º | 0.94% | 0.56% | - |
| XYZ | 13.21 | 21.01 | 20.5 | - |
| YUV | 100.08 | 138.11 | 63.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 143 | 118 | 0.94 | 0 | 0.17 | 0.44 | 168.81 | 0.88 | 0.3 |
| Hex | 9 | 8F | 76 | 5E | 0 | 11 | 2C | A9 | 58 | 1E |
| Octal | 11 | 217 | 166 | 136 | 0 | 21 | 54 | 251 | 130 | 36 |
| Binary | 1001 | 10001111 | 1110110 | 1011110 | 0 | 10001 | 101100 | 10101001 | 1011000 | 11110 |
Color Harmonies of #098F76
Complementary color
Monochromatic Colors of #098F76
Black with #098F76
Text Example
Text Example
White with #098F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098F76; }
p { color: rgb(9,143,118); }
H1.HeaderClassName
{
color: #098F76;
}
.AnyTagClassName
{
color: #098F76;
}
</style>
background-color css
<style>
a { background-color: #098F76; }
a { background-color: rgb(9,143,118); }
div.DivClassName
{
background-color: #098F76;
}
.BgClassName
{
background-color: #098F76;
}
</style>
border-color css
<style>
span { border-color: #098F76; }
span { border-color: rgb(9,143,118); }
td.TdClassName
{
border-color: #098F76;
}
.TagClassName
{
border-color: #098F76;
}
</style>