Shades of Observatory #0C906D
Tints of Observatory #0C906D
RGB
CMYK
RGB Variations
Color information
#0C906D (or 0x0C906D) is known color: Observatory. HEX triplet: 0C, 90 and 6D. RGB value is (12,144,109). Sum of RGB (Red+Green+Blue) = 12+144+109=265 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.53% from 265); Green value is 144 (56.64% from 255 or 54.34% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 144 - color contains mainly: green. Hex color #0C906D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C906D is #F36F92. Grayscale: #646464. Windows color (decimal): -15953811 or 7180300. OLE color: 7180300.
HSL color Cylindrical-coordinate representation of color #0C906D: hue angle of 164.09º 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 #0C906D is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 144 | 109 | - |
| CMYK | 0.92 | 0 | 0.24 | 0.44 |
| HSL | 164.09º | 0.85% | 0.31% | - |
| HSV(B) | 164.09º | 0.92% | 0.56% | - |
| XYZ | 12.89 | 21.13 | 17.87 | - |
| YUV | 100.54 | 132.77 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 144 | 109 | 0.92 | 0 | 0.24 | 0.44 | 164.09 | 0.85 | 0.31 |
| Hex | C | 90 | 6D | 5C | 0 | 18 | 2C | A4 | 55 | 1F |
| Octal | 14 | 220 | 155 | 134 | 0 | 30 | 54 | 244 | 125 | 37 |
| Binary | 1100 | 10010000 | 1101101 | 1011100 | 0 | 11000 | 101100 | 10100100 | 1010101 | 11111 |
Color Harmonies of #0C906D
Complementary color
Monochromatic Colors of #0C906D
Black with #0C906D
Text Example
Text Example
White with #0C906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C906D; }
p { color: rgb(12,144,109); }
H1.HeaderClassName
{
color: #0C906D;
}
.AnyTagClassName
{
color: #0C906D;
}
</style>
background-color css
<style>
a { background-color: #0C906D; }
a { background-color: rgb(12,144,109); }
div.DivClassName
{
background-color: #0C906D;
}
.BgClassName
{
background-color: #0C906D;
}
</style>
border-color css
<style>
span { border-color: #0C906D; }
span { border-color: rgb(12,144,109); }
td.TdClassName
{
border-color: #0C906D;
}
.TagClassName
{
border-color: #0C906D;
}
</style>