Shades of Observatory #09876A
Tints of Observatory #09876A
RGB
CMYK
RGB Variations
Color information
#09876A (or 0x09876A) is known color: Observatory. HEX triplet: 09, 87 and 6A. RGB value is (9,135,106). Sum of RGB (Red+Green+Blue) = 9+135+106=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 135 (53.12% from 255 or 54% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 135 - color contains mainly: green. Hex color #09876A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09876A is #F67895. Grayscale: #5E5E5E. Windows color (decimal): -16152726 or 6981385. OLE color: 6981385.
HSL color Cylindrical-coordinate representation of color #09876A: hue angle of 166.19º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09876A is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 135 | 106 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.47 |
| HSL | 166.19º | 0.88% | 0.28% | - |
| HSV(B) | 166.19º | 0.93% | 0.53% | - |
| XYZ | 11.38 | 18.43 | 16.59 | - |
| YUV | 94.02 | 134.76 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 135 | 106 | 0.93 | 0 | 0.21 | 0.47 | 166.19 | 0.88 | 0.28 |
| Hex | 9 | 87 | 6A | 5D | 0 | 15 | 2F | A6 | 58 | 1C |
| Octal | 11 | 207 | 152 | 135 | 0 | 25 | 57 | 246 | 130 | 34 |
| Binary | 1001 | 10000111 | 1101010 | 1011101 | 0 | 10101 | 101111 | 10100110 | 1011000 | 11100 |
Color Harmonies of #09876A
Complementary color
Monochromatic Colors of #09876A
Black with #09876A
Text Example
Text Example
White with #09876A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09876A; }
p { color: rgb(9,135,106); }
H1.HeaderClassName
{
color: #09876A;
}
.AnyTagClassName
{
color: #09876A;
}
</style>
background-color css
<style>
a { background-color: #09876A; }
a { background-color: rgb(9,135,106); }
div.DivClassName
{
background-color: #09876A;
}
.BgClassName
{
background-color: #09876A;
}
</style>
border-color css
<style>
span { border-color: #09876A; }
span { border-color: rgb(9,135,106); }
td.TdClassName
{
border-color: #09876A;
}
.TagClassName
{
border-color: #09876A;
}
</style>