Shades of Observatory #098D68
Tints of Observatory #098D68
RGB
CMYK
RGB Variations
Color information
#098D68 (or 0x098D68) is known color: Observatory. HEX triplet: 09, 8D and 68. RGB value is (9,141,104). Sum of RGB (Red+Green+Blue) = 9+141+104=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 141 (55.47% from 255 or 55.51% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 141 - color contains mainly: green. Hex color #098D68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098D68 is #F67297. Grayscale: #616161. Windows color (decimal): -16151192 or 6851849. OLE color: 6851849.
HSL color Cylindrical-coordinate representation of color #098D68: hue angle of 163.18º 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 #098D68 is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 141 | 104 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.45 |
| HSL | 163.18º | 0.88% | 0.29% | - |
| HSV(B) | 163.18º | 0.94% | 0.55% | - |
| XYZ | 12.14 | 20.11 | 16.34 | - |
| YUV | 97.31 | 131.77 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 141 | 104 | 0.94 | 0 | 0.26 | 0.45 | 163.18 | 0.88 | 0.29 |
| Hex | 9 | 8D | 68 | 5E | 0 | 1A | 2D | A3 | 58 | 1D |
| Octal | 11 | 215 | 150 | 136 | 0 | 32 | 55 | 243 | 130 | 35 |
| Binary | 1001 | 10001101 | 1101000 | 1011110 | 0 | 11010 | 101101 | 10100011 | 1011000 | 11101 |
Color Harmonies of #098D68
Complementary color
Monochromatic Colors of #098D68
Black with #098D68
Text Example
Text Example
White with #098D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098D68; }
p { color: rgb(9,141,104); }
H1.HeaderClassName
{
color: #098D68;
}
.AnyTagClassName
{
color: #098D68;
}
</style>
background-color css
<style>
a { background-color: #098D68; }
a { background-color: rgb(9,141,104); }
div.DivClassName
{
background-color: #098D68;
}
.BgClassName
{
background-color: #098D68;
}
</style>
border-color css
<style>
span { border-color: #098D68; }
span { border-color: rgb(9,141,104); }
td.TdClassName
{
border-color: #098D68;
}
.TagClassName
{
border-color: #098D68;
}
</style>