Shades of Observatory #0C9178
Tints of Observatory #0C9178
RGB
CMYK
RGB Variations
Color information
#0C9178 (or 0x0C9178) is known color: Observatory. HEX triplet: 0C, 91 and 78. RGB value is (12,145,120). Sum of RGB (Red+Green+Blue) = 12+145+120=277 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.33% from 277); Green value is 145 (57.03% from 255 or 52.35% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 145 - color contains mainly: green. Hex color #0C9178 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9178 is #F36E87. Grayscale: #666666. Windows color (decimal): -15953544 or 7901452. OLE color: 7901452.
HSL color Cylindrical-coordinate representation of color #0C9178: hue angle of 168.72º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9178 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 145 | 120 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.43 |
| HSL | 168.72º | 0.85% | 0.31% | - |
| HSV(B) | 168.72º | 0.92% | 0.57% | - |
| XYZ | 13.67 | 21.69 | 21.23 | - |
| YUV | 102.38 | 137.94 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 145 | 120 | 0.92 | 0 | 0.17 | 0.43 | 168.72 | 0.85 | 0.31 |
| Hex | C | 91 | 78 | 5C | 0 | 11 | 2B | A9 | 55 | 1F |
| Octal | 14 | 221 | 170 | 134 | 0 | 21 | 53 | 251 | 125 | 37 |
| Binary | 1100 | 10010001 | 1111000 | 1011100 | 0 | 10001 | 101011 | 10101001 | 1010101 | 11111 |
Color Harmonies of #0C9178
Complementary color
Monochromatic Colors of #0C9178
Black with #0C9178
Text Example
Text Example
White with #0C9178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9178; }
p { color: rgb(12,145,120); }
H1.HeaderClassName
{
color: #0C9178;
}
.AnyTagClassName
{
color: #0C9178;
}
</style>
background-color css
<style>
a { background-color: #0C9178; }
a { background-color: rgb(12,145,120); }
div.DivClassName
{
background-color: #0C9178;
}
.BgClassName
{
background-color: #0C9178;
}
</style>
border-color css
<style>
span { border-color: #0C9178; }
span { border-color: rgb(12,145,120); }
td.TdClassName
{
border-color: #0C9178;
}
.TagClassName
{
border-color: #0C9178;
}
</style>