Shades of Observatory #0C927E
Tints of Observatory #0C927E
RGB
CMYK
RGB Variations
Color information
#0C927E (or 0x0C927E) is known color: Observatory. HEX triplet: 0C, 92 and 7E. RGB value is (12,146,126). Sum of RGB (Red+Green+Blue) = 12+146+126=284 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.23% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 126 (49.61% from 255 or 44.37% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #0C927E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C927E is #F36D81. Grayscale: #676767. Windows color (decimal): -15953282 or 8294924. OLE color: 8294924.
HSL color Cylindrical-coordinate representation of color #0C927E: hue angle of 171.04º 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 #0C927E is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 146 | 126 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.43 |
| HSL | 171.04º | 0.85% | 0.31% | - |
| HSV(B) | 171.04º | 0.92% | 0.57% | - |
| XYZ | 14.2 | 22.14 | 23.26 | - |
| YUV | 103.65 | 140.61 | 62.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 146 | 126 | 0.92 | 0 | 0.14 | 0.43 | 171.04 | 0.85 | 0.31 |
| Hex | C | 92 | 7E | 5C | 0 | E | 2B | AB | 55 | 1F |
| Octal | 14 | 222 | 176 | 134 | 0 | 16 | 53 | 253 | 125 | 37 |
| Binary | 1100 | 10010010 | 1111110 | 1011100 | 0 | 1110 | 101011 | 10101011 | 1010101 | 11111 |
Color Harmonies of #0C927E
Complementary color
Monochromatic Colors of #0C927E
Black with #0C927E
Text Example
Text Example
White with #0C927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C927E; }
p { color: rgb(12,146,126); }
H1.HeaderClassName
{
color: #0C927E;
}
.AnyTagClassName
{
color: #0C927E;
}
</style>
background-color css
<style>
a { background-color: #0C927E; }
a { background-color: rgb(12,146,126); }
div.DivClassName
{
background-color: #0C927E;
}
.BgClassName
{
background-color: #0C927E;
}
</style>
border-color css
<style>
span { border-color: #0C927E; }
span { border-color: rgb(12,146,126); }
td.TdClassName
{
border-color: #0C927E;
}
.TagClassName
{
border-color: #0C927E;
}
</style>