Shades of Observatory #0C937A
Tints of Observatory #0C937A
RGB
CMYK
RGB Variations
Color information
#0C937A (or 0x0C937A) is known color: Observatory. HEX triplet: 0C, 93 and 7A. RGB value is (12,147,122). Sum of RGB (Red+Green+Blue) = 12+147+122=281 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.27% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #0C937A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C937A is #F36C85. Grayscale: #676767. Windows color (decimal): -15953030 or 8033036. OLE color: 8033036.
HSL color Cylindrical-coordinate representation of color #0C937A: hue angle of 168.89º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C937A is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 147 | 122 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.42 |
| HSL | 168.89º | 0.85% | 0.31% | - |
| HSV(B) | 168.89º | 0.92% | 0.58% | - |
| XYZ | 14.1 | 22.35 | 21.98 | - |
| YUV | 103.79 | 138.27 | 62.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 147 | 122 | 0.92 | 0 | 0.17 | 0.42 | 168.89 | 0.85 | 0.31 |
| Hex | C | 93 | 7A | 5C | 0 | 11 | 2A | A9 | 55 | 1F |
| Octal | 14 | 223 | 172 | 134 | 0 | 21 | 52 | 251 | 125 | 37 |
| Binary | 1100 | 10010011 | 1111010 | 1011100 | 0 | 10001 | 101010 | 10101001 | 1010101 | 11111 |
Color Harmonies of #0C937A
Complementary color
Monochromatic Colors of #0C937A
Black with #0C937A
Text Example
Text Example
White with #0C937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C937A; }
p { color: rgb(12,147,122); }
H1.HeaderClassName
{
color: #0C937A;
}
.AnyTagClassName
{
color: #0C937A;
}
</style>
background-color css
<style>
a { background-color: #0C937A; }
a { background-color: rgb(12,147,122); }
div.DivClassName
{
background-color: #0C937A;
}
.BgClassName
{
background-color: #0C937A;
}
</style>
border-color css
<style>
span { border-color: #0C937A; }
span { border-color: rgb(12,147,122); }
td.TdClassName
{
border-color: #0C937A;
}
.TagClassName
{
border-color: #0C937A;
}
</style>