Shades of Observatory #098D69
Tints of Observatory #098D69
RGB
CMYK
RGB Variations
Color information
#098D69 (or 0x098D69) is known color: Observatory. HEX triplet: 09, 8D and 69. RGB value is (9,141,105). Sum of RGB (Red+Green+Blue) = 9+141+105=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 141 (55.47% from 255 or 55.29% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 141 - color contains mainly: green. Hex color #098D69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098D69 is #F67296. Grayscale: #616161. Windows color (decimal): -16151191 or 6917385. OLE color: 6917385.
HSL color Cylindrical-coordinate representation of color #098D69: hue angle of 163.64º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098D69 is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 141 | 105 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.45 |
| HSL | 163.64º | 0.88% | 0.29% | - |
| HSV(B) | 163.64º | 0.94% | 0.55% | - |
| XYZ | 12.19 | 20.13 | 16.61 | - |
| YUV | 97.43 | 132.27 | 64.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 141 | 105 | 0.94 | 0 | 0.26 | 0.45 | 163.64 | 0.88 | 0.29 |
| Hex | 9 | 8D | 69 | 5E | 0 | 1A | 2D | A4 | 58 | 1D |
| Octal | 11 | 215 | 151 | 136 | 0 | 32 | 55 | 244 | 130 | 35 |
| Binary | 1001 | 10001101 | 1101001 | 1011110 | 0 | 11010 | 101101 | 10100100 | 1011000 | 11101 |
Color Harmonies of #098D69
Complementary color
Monochromatic Colors of #098D69
Black with #098D69
Text Example
Text Example
White with #098D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098D69; }
p { color: rgb(9,141,105); }
H1.HeaderClassName
{
color: #098D69;
}
.AnyTagClassName
{
color: #098D69;
}
</style>
background-color css
<style>
a { background-color: #098D69; }
a { background-color: rgb(9,141,105); }
div.DivClassName
{
background-color: #098D69;
}
.BgClassName
{
background-color: #098D69;
}
</style>
border-color css
<style>
span { border-color: #098D69; }
span { border-color: rgb(9,141,105); }
td.TdClassName
{
border-color: #098D69;
}
.TagClassName
{
border-color: #098D69;
}
</style>