Shades of Observatory #0C937C
Tints of Observatory #0C937C
RGB
CMYK
RGB Variations
Color information
#0C937C (or 0x0C937C) is known color: Observatory. HEX triplet: 0C, 93 and 7C. RGB value is (12,147,124). Sum of RGB (Red+Green+Blue) = 12+147+124=283 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.24% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #0C937C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C937C is #F36C83. Grayscale: #676767. Windows color (decimal): -15953028 or 8164108. OLE color: 8164108.
HSL color Cylindrical-coordinate representation of color #0C937C: hue angle of 169.78º 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 #0C937C is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 147 | 124 | - |
| CMYK | 0.92 | 0 | 0.16 | 0.42 |
| HSL | 169.78º | 0.85% | 0.31% | - |
| HSV(B) | 169.78º | 0.92% | 0.58% | - |
| XYZ | 14.22 | 22.4 | 22.64 | - |
| YUV | 104.01 | 139.27 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 147 | 124 | 0.92 | 0 | 0.16 | 0.42 | 169.78 | 0.85 | 0.31 |
| Hex | C | 93 | 7C | 5C | 0 | 10 | 2A | AA | 55 | 1F |
| Octal | 14 | 223 | 174 | 134 | 0 | 20 | 52 | 252 | 125 | 37 |
| Binary | 1100 | 10010011 | 1111100 | 1011100 | 0 | 10000 | 101010 | 10101010 | 1010101 | 11111 |
Color Harmonies of #0C937C
Complementary color
Monochromatic Colors of #0C937C
Black with #0C937C
Text Example
Text Example
White with #0C937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C937C; }
p { color: rgb(12,147,124); }
H1.HeaderClassName
{
color: #0C937C;
}
.AnyTagClassName
{
color: #0C937C;
}
</style>
background-color css
<style>
a { background-color: #0C937C; }
a { background-color: rgb(12,147,124); }
div.DivClassName
{
background-color: #0C937C;
}
.BgClassName
{
background-color: #0C937C;
}
</style>
border-color css
<style>
span { border-color: #0C937C; }
span { border-color: rgb(12,147,124); }
td.TdClassName
{
border-color: #0C937C;
}
.TagClassName
{
border-color: #0C937C;
}
</style>