Shades of Observatory #0C9079
Tints of Observatory #0C9079
RGB
CMYK
RGB Variations
Color information
#0C9079 (or 0x0C9079) is known color: Observatory. HEX triplet: 0C, 90 and 79. RGB value is (12,144,121). Sum of RGB (Red+Green+Blue) = 12+144+121=277 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.33% from 277); Green value is 144 (56.64% from 255 or 51.99% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 144 - color contains mainly: green. Hex color #0C9079 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9079 is #F36F86. Grayscale: #656565. Windows color (decimal): -15953799 or 7966732. OLE color: 7966732.
HSL color Cylindrical-coordinate representation of color #0C9079: hue angle of 169.55º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9079 is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 144 | 121 | - |
| CMYK | 0.92 | 0 | 0.16 | 0.44 |
| HSL | 169.55º | 0.85% | 0.31% | - |
| HSV(B) | 169.55º | 0.92% | 0.56% | - |
| XYZ | 13.58 | 21.41 | 21.51 | - |
| YUV | 101.91 | 138.77 | 63.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 144 | 121 | 0.92 | 0 | 0.16 | 0.44 | 169.55 | 0.85 | 0.31 |
| Hex | C | 90 | 79 | 5C | 0 | 10 | 2C | AA | 55 | 1F |
| Octal | 14 | 220 | 171 | 134 | 0 | 20 | 54 | 252 | 125 | 37 |
| Binary | 1100 | 10010000 | 1111001 | 1011100 | 0 | 10000 | 101100 | 10101010 | 1010101 | 11111 |
Color Harmonies of #0C9079
Complementary color
Monochromatic Colors of #0C9079
Black with #0C9079
Text Example
Text Example
White with #0C9079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9079; }
p { color: rgb(12,144,121); }
H1.HeaderClassName
{
color: #0C9079;
}
.AnyTagClassName
{
color: #0C9079;
}
</style>
background-color css
<style>
a { background-color: #0C9079; }
a { background-color: rgb(12,144,121); }
div.DivClassName
{
background-color: #0C9079;
}
.BgClassName
{
background-color: #0C9079;
}
</style>
border-color css
<style>
span { border-color: #0C9079; }
span { border-color: rgb(12,144,121); }
td.TdClassName
{
border-color: #0C9079;
}
.TagClassName
{
border-color: #0C9079;
}
</style>