Shades of Observatory #09897A
Tints of Observatory #09897A
RGB
CMYK
RGB Variations
Color information
#09897A (or 0x09897A) is known color: Observatory. HEX triplet: 09, 89 and 7A. RGB value is (9,137,122). Sum of RGB (Red+Green+Blue) = 9+137+122=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 137 (53.91% from 255 or 51.12% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 137 - color contains mainly: green. Hex color #09897A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09897A is #F67685. Grayscale: #606060. Windows color (decimal): -16152198 or 8030473. OLE color: 8030473.
HSL color Cylindrical-coordinate representation of color #09897A: hue angle of 172.97º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09897A is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 137 | 122 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.46 |
| HSL | 172.97º | 0.88% | 0.29% | - |
| HSV(B) | 172.97º | 0.93% | 0.54% | - |
| XYZ | 12.57 | 19.35 | 21.49 | - |
| YUV | 97.02 | 142.09 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 137 | 122 | 0.93 | 0 | 0.11 | 0.46 | 172.97 | 0.88 | 0.29 |
| Hex | 9 | 89 | 7A | 5D | 0 | B | 2E | AD | 58 | 1D |
| Octal | 11 | 211 | 172 | 135 | 0 | 13 | 56 | 255 | 130 | 35 |
| Binary | 1001 | 10001001 | 1111010 | 1011101 | 0 | 1011 | 101110 | 10101101 | 1011000 | 11101 |
Color Harmonies of #09897A
Complementary color
Monochromatic Colors of #09897A
Black with #09897A
Text Example
Text Example
White with #09897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09897A; }
p { color: rgb(9,137,122); }
H1.HeaderClassName
{
color: #09897A;
}
.AnyTagClassName
{
color: #09897A;
}
</style>
background-color css
<style>
a { background-color: #09897A; }
a { background-color: rgb(9,137,122); }
div.DivClassName
{
background-color: #09897A;
}
.BgClassName
{
background-color: #09897A;
}
</style>
border-color css
<style>
span { border-color: #09897A; }
span { border-color: rgb(9,137,122); }
td.TdClassName
{
border-color: #09897A;
}
.TagClassName
{
border-color: #09897A;
}
</style>