Shades of Observatory #098B6A
Tints of Observatory #098B6A
RGB
CMYK
RGB Variations
Color information
#098B6A (or 0x098B6A) is known color: Observatory. HEX triplet: 09, 8B and 6A. RGB value is (9,139,106). Sum of RGB (Red+Green+Blue) = 9+139+106=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 139 (54.69% from 255 or 54.72% from 254); Blue value is 106 (41.80% from 255 or 41.73% from 254); Max value from RGB is 139 - color contains mainly: green. Hex color #098B6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098B6A is #F67495. Grayscale: #606060. Windows color (decimal): -16151702 or 6982409. OLE color: 6982409.
HSL color Cylindrical-coordinate representation of color #098B6A: hue angle of 164.77º 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 #098B6A is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 139 | 106 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.45 |
| HSL | 164.77º | 0.88% | 0.29% | - |
| HSV(B) | 164.77º | 0.94% | 0.55% | - |
| XYZ | 11.95 | 19.56 | 16.78 | - |
| YUV | 96.37 | 133.43 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 139 | 106 | 0.94 | 0 | 0.24 | 0.45 | 164.77 | 0.88 | 0.29 |
| Hex | 9 | 8B | 6A | 5E | 0 | 18 | 2D | A5 | 58 | 1D |
| Octal | 11 | 213 | 152 | 136 | 0 | 30 | 55 | 245 | 130 | 35 |
| Binary | 1001 | 10001011 | 1101010 | 1011110 | 0 | 11000 | 101101 | 10100101 | 1011000 | 11101 |
Color Harmonies of #098B6A
Complementary color
Monochromatic Colors of #098B6A
Black with #098B6A
Text Example
Text Example
White with #098B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098B6A; }
p { color: rgb(9,139,106); }
H1.HeaderClassName
{
color: #098B6A;
}
.AnyTagClassName
{
color: #098B6A;
}
</style>
background-color css
<style>
a { background-color: #098B6A; }
a { background-color: rgb(9,139,106); }
div.DivClassName
{
background-color: #098B6A;
}
.BgClassName
{
background-color: #098B6A;
}
</style>
border-color css
<style>
span { border-color: #098B6A; }
span { border-color: rgb(9,139,106); }
td.TdClassName
{
border-color: #098B6A;
}
.TagClassName
{
border-color: #098B6A;
}
</style>