Shades of Observatory #098D6A
Tints of Observatory #098D6A
RGB
CMYK
RGB Variations
Color information
#098D6A (or 0x098D6A) is known color: Observatory. HEX triplet: 09, 8D and 6A. RGB value is (9,141,106). Sum of RGB (Red+Green+Blue) = 9+141+106=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 141 (55.47% from 255 or 55.08% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 141 - color contains mainly: green. Hex color #098D6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098D6A is #F67295. Grayscale: #616161. Windows color (decimal): -16151190 or 6982921. OLE color: 6982921.
HSL color Cylindrical-coordinate representation of color #098D6A: hue angle of 164.09º 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 #098D6A is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 141 | 106 | - |
| CMYK | 0.94 | 0 | 0.25 | 0.45 |
| HSL | 164.09º | 0.88% | 0.29% | - |
| HSV(B) | 164.09º | 0.94% | 0.55% | - |
| XYZ | 12.24 | 20.15 | 16.88 | - |
| YUV | 97.54 | 132.77 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 141 | 106 | 0.94 | 0 | 0.25 | 0.45 | 164.09 | 0.88 | 0.29 |
| Hex | 9 | 8D | 6A | 5E | 0 | 19 | 2D | A4 | 58 | 1D |
| Octal | 11 | 215 | 152 | 136 | 0 | 31 | 55 | 244 | 130 | 35 |
| Binary | 1001 | 10001101 | 1101010 | 1011110 | 0 | 11001 | 101101 | 10100100 | 1011000 | 11101 |
Color Harmonies of #098D6A
Complementary color
Monochromatic Colors of #098D6A
Black with #098D6A
Text Example
Text Example
White with #098D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098D6A; }
p { color: rgb(9,141,106); }
H1.HeaderClassName
{
color: #098D6A;
}
.AnyTagClassName
{
color: #098D6A;
}
</style>
background-color css
<style>
a { background-color: #098D6A; }
a { background-color: rgb(9,141,106); }
div.DivClassName
{
background-color: #098D6A;
}
.BgClassName
{
background-color: #098D6A;
}
</style>
border-color css
<style>
span { border-color: #098D6A; }
span { border-color: rgb(9,141,106); }
td.TdClassName
{
border-color: #098D6A;
}
.TagClassName
{
border-color: #098D6A;
}
</style>