Shades of Observatory #098F6C
Tints of Observatory #098F6C
RGB
CMYK
RGB Variations
Color information
#098F6C (or 0x098F6C) is known color: Observatory. HEX triplet: 09, 8F and 6C. RGB value is (9,143,108). Sum of RGB (Red+Green+Blue) = 9+143+108=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 143 (56.25% from 255 or 55% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 143 - color contains mainly: green. Hex color #098F6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098F6C is #F67093. Grayscale: #626262. Windows color (decimal): -16150676 or 7114505. OLE color: 7114505.
HSL color Cylindrical-coordinate representation of color #098F6C: hue angle of 164.33º 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 #098F6C is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 143 | 108 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.44 |
| HSL | 164.33º | 0.88% | 0.3% | - |
| HSV(B) | 164.33º | 0.94% | 0.56% | - |
| XYZ | 12.64 | 20.79 | 17.53 | - |
| YUV | 98.94 | 133.11 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 143 | 108 | 0.94 | 0 | 0.24 | 0.44 | 164.33 | 0.88 | 0.3 |
| Hex | 9 | 8F | 6C | 5E | 0 | 18 | 2C | A4 | 58 | 1E |
| Octal | 11 | 217 | 154 | 136 | 0 | 30 | 54 | 244 | 130 | 36 |
| Binary | 1001 | 10001111 | 1101100 | 1011110 | 0 | 11000 | 101100 | 10100100 | 1011000 | 11110 |
Color Harmonies of #098F6C
Complementary color
Monochromatic Colors of #098F6C
Black with #098F6C
Text Example
Text Example
White with #098F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098F6C; }
p { color: rgb(9,143,108); }
H1.HeaderClassName
{
color: #098F6C;
}
.AnyTagClassName
{
color: #098F6C;
}
</style>
background-color css
<style>
a { background-color: #098F6C; }
a { background-color: rgb(9,143,108); }
div.DivClassName
{
background-color: #098F6C;
}
.BgClassName
{
background-color: #098F6C;
}
</style>
border-color css
<style>
span { border-color: #098F6C; }
span { border-color: rgb(9,143,108); }
td.TdClassName
{
border-color: #098F6C;
}
.TagClassName
{
border-color: #098F6C;
}
</style>