Shades of Observatory #09956C
Tints of Observatory #09956C
RGB
CMYK
RGB Variations
Color information
#09956C (or 0x09956C) is known color: Observatory. HEX triplet: 09, 95 and 6C. RGB value is (9,149,108). Sum of RGB (Red+Green+Blue) = 9+149+108=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 149 (58.59% from 255 or 56.02% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 149 - color contains mainly: green. Hex color #09956C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09956C is #F66A93. Grayscale: #666666. Windows color (decimal): -16149140 or 7116041. OLE color: 7116041.
HSL color Cylindrical-coordinate representation of color #09956C: hue angle of 162.43º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09956C is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 149 | 108 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.42 |
| HSL | 162.43º | 0.89% | 0.31% | - |
| HSV(B) | 162.43º | 0.94% | 0.58% | - |
| XYZ | 13.57 | 22.64 | 17.84 | - |
| YUV | 102.47 | 131.12 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 149 | 108 | 0.94 | 0 | 0.28 | 0.42 | 162.43 | 0.89 | 0.31 |
| Hex | 9 | 95 | 6C | 5E | 0 | 1C | 2A | A2 | 59 | 1F |
| Octal | 11 | 225 | 154 | 136 | 0 | 34 | 52 | 242 | 131 | 37 |
| Binary | 1001 | 10010101 | 1101100 | 1011110 | 0 | 11100 | 101010 | 10100010 | 1011001 | 11111 |
Color Harmonies of #09956C
Complementary color
Monochromatic Colors of #09956C
Black with #09956C
Text Example
Text Example
White with #09956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09956C; }
p { color: rgb(9,149,108); }
H1.HeaderClassName
{
color: #09956C;
}
.AnyTagClassName
{
color: #09956C;
}
</style>
background-color css
<style>
a { background-color: #09956C; }
a { background-color: rgb(9,149,108); }
div.DivClassName
{
background-color: #09956C;
}
.BgClassName
{
background-color: #09956C;
}
</style>
border-color css
<style>
span { border-color: #09956C; }
span { border-color: rgb(9,149,108); }
td.TdClassName
{
border-color: #09956C;
}
.TagClassName
{
border-color: #09956C;
}
</style>