Shades of Observatory #09896C
Tints of Observatory #09896C
RGB
CMYK
RGB Variations
Color information
#09896C (or 0x09896C) is known color: Observatory. HEX triplet: 09, 89 and 6C. RGB value is (9,137,108). Sum of RGB (Red+Green+Blue) = 9+137+108=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 137 (53.91% from 255 or 53.94% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 137 - color contains mainly: green. Hex color #09896C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09896C is #F67693. Grayscale: #5F5F5F. Windows color (decimal): -16152212 or 7112969. OLE color: 7112969.
HSL color Cylindrical-coordinate representation of color #09896C: hue angle of 166.41º 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 #09896C is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 137 | 108 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.46 |
| HSL | 166.41º | 0.88% | 0.29% | - |
| HSV(B) | 166.41º | 0.93% | 0.54% | - |
| XYZ | 11.77 | 19.03 | 17.24 | - |
| YUV | 95.42 | 135.09 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 137 | 108 | 0.93 | 0 | 0.21 | 0.46 | 166.41 | 0.88 | 0.29 |
| Hex | 9 | 89 | 6C | 5D | 0 | 15 | 2E | A6 | 58 | 1D |
| Octal | 11 | 211 | 154 | 135 | 0 | 25 | 56 | 246 | 130 | 35 |
| Binary | 1001 | 10001001 | 1101100 | 1011101 | 0 | 10101 | 101110 | 10100110 | 1011000 | 11101 |
Color Harmonies of #09896C
Complementary color
Monochromatic Colors of #09896C
Black with #09896C
Text Example
Text Example
White with #09896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09896C; }
p { color: rgb(9,137,108); }
H1.HeaderClassName
{
color: #09896C;
}
.AnyTagClassName
{
color: #09896C;
}
</style>
background-color css
<style>
a { background-color: #09896C; }
a { background-color: rgb(9,137,108); }
div.DivClassName
{
background-color: #09896C;
}
.BgClassName
{
background-color: #09896C;
}
</style>
border-color css
<style>
span { border-color: #09896C; }
span { border-color: rgb(9,137,108); }
td.TdClassName
{
border-color: #09896C;
}
.TagClassName
{
border-color: #09896C;
}
</style>