Shades of Observatory #098E6E
Tints of Observatory #098E6E
RGB
CMYK
RGB Variations
Color information
#098E6E (or 0x098E6E) is known color: Observatory. HEX triplet: 09, 8E and 6E. RGB value is (9,142,110). Sum of RGB (Red+Green+Blue) = 9+142+110=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 142 (55.86% from 255 or 54.41% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 142 - color contains mainly: green. Hex color #098E6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098E6E is #F67191. Grayscale: #626262. Windows color (decimal): -16150930 or 7245321. OLE color: 7245321.
HSL color Cylindrical-coordinate representation of color #098E6E: hue angle of 165.56º 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 #098E6E is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 142 | 110 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.44 |
| HSL | 165.56º | 0.88% | 0.3% | - |
| HSV(B) | 165.56º | 0.94% | 0.56% | - |
| XYZ | 12.6 | 20.53 | 18.05 | - |
| YUV | 98.59 | 134.44 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 142 | 110 | 0.94 | 0 | 0.23 | 0.44 | 165.56 | 0.88 | 0.3 |
| Hex | 9 | 8E | 6E | 5E | 0 | 17 | 2C | A6 | 58 | 1E |
| Octal | 11 | 216 | 156 | 136 | 0 | 27 | 54 | 246 | 130 | 36 |
| Binary | 1001 | 10001110 | 1101110 | 1011110 | 0 | 10111 | 101100 | 10100110 | 1011000 | 11110 |
Color Harmonies of #098E6E
Complementary color
Monochromatic Colors of #098E6E
Black with #098E6E
Text Example
Text Example
White with #098E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098E6E; }
p { color: rgb(9,142,110); }
H1.HeaderClassName
{
color: #098E6E;
}
.AnyTagClassName
{
color: #098E6E;
}
</style>
background-color css
<style>
a { background-color: #098E6E; }
a { background-color: rgb(9,142,110); }
div.DivClassName
{
background-color: #098E6E;
}
.BgClassName
{
background-color: #098E6E;
}
</style>
border-color css
<style>
span { border-color: #098E6E; }
span { border-color: rgb(9,142,110); }
td.TdClassName
{
border-color: #098E6E;
}
.TagClassName
{
border-color: #098E6E;
}
</style>