Shades of Observatory #0C8773
Tints of Observatory #0C8773
RGB
CMYK
RGB Variations
Color information
#0C8773 (or 0x0C8773) is known color: Observatory. HEX triplet: 0C, 87 and 73. RGB value is (12,135,115). Sum of RGB (Red+Green+Blue) = 12+135+115=262 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.58% from 262); Green value is 135 (53.12% from 255 or 51.53% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 135 - color contains mainly: green. Hex color #0C8773 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8773 is #F3788C. Grayscale: #5F5F5F. Windows color (decimal): -15956109 or 7571212. OLE color: 7571212.
HSL color Cylindrical-coordinate representation of color #0C8773: hue angle of 170.24º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8773 is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 135 | 115 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.47 |
| HSL | 170.24º | 0.84% | 0.29% | - |
| HSV(B) | 170.24º | 0.91% | 0.53% | - |
| XYZ | 11.91 | 18.64 | 19.19 | - |
| YUV | 95.94 | 138.75 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 135 | 115 | 0.91 | 0 | 0.15 | 0.47 | 170.24 | 0.84 | 0.29 |
| Hex | C | 87 | 73 | 5B | 0 | F | 2F | AA | 54 | 1D |
| Octal | 14 | 207 | 163 | 133 | 0 | 17 | 57 | 252 | 124 | 35 |
| Binary | 1100 | 10000111 | 1110011 | 1011011 | 0 | 1111 | 101111 | 10101010 | 1010100 | 11101 |
Color Harmonies of #0C8773
Complementary color
Monochromatic Colors of #0C8773
Black with #0C8773
Text Example
Text Example
White with #0C8773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8773; }
p { color: rgb(12,135,115); }
H1.HeaderClassName
{
color: #0C8773;
}
.AnyTagClassName
{
color: #0C8773;
}
</style>
background-color css
<style>
a { background-color: #0C8773; }
a { background-color: rgb(12,135,115); }
div.DivClassName
{
background-color: #0C8773;
}
.BgClassName
{
background-color: #0C8773;
}
</style>
border-color css
<style>
span { border-color: #0C8773; }
span { border-color: rgb(12,135,115); }
td.TdClassName
{
border-color: #0C8773;
}
.TagClassName
{
border-color: #0C8773;
}
</style>