Shades of Observatory #0C8673
Tints of Observatory #0C8673
RGB
CMYK
RGB Variations
Color information
#0C8673 (or 0x0C8673) is known color: Observatory. HEX triplet: 0C, 86 and 73. RGB value is (12,134,115). Sum of RGB (Red+Green+Blue) = 12+134+115=261 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.60% from 261); Green value is 134 (52.73% from 255 or 51.34% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 134 - color contains mainly: green. Hex color #0C8673 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8673 is #F3798C. Grayscale: #5F5F5F. Windows color (decimal): -15956365 or 7570956. OLE color: 7570956.
HSL color Cylindrical-coordinate representation of color #0C8673: hue angle of 170.66º 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 #0C8673 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 134 | 115 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.47 |
| HSL | 170.66º | 0.84% | 0.29% | - |
| HSV(B) | 170.66º | 0.91% | 0.53% | - |
| XYZ | 11.77 | 18.37 | 19.14 | - |
| YUV | 95.36 | 139.08 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 134 | 115 | 0.91 | 0 | 0.14 | 0.47 | 170.66 | 0.84 | 0.29 |
| Hex | C | 86 | 73 | 5B | 0 | E | 2F | AB | 54 | 1D |
| Octal | 14 | 206 | 163 | 133 | 0 | 16 | 57 | 253 | 124 | 35 |
| Binary | 1100 | 10000110 | 1110011 | 1011011 | 0 | 1110 | 101111 | 10101011 | 1010100 | 11101 |
Color Harmonies of #0C8673
Complementary color
Monochromatic Colors of #0C8673
Black with #0C8673
Text Example
Text Example
White with #0C8673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8673; }
p { color: rgb(12,134,115); }
H1.HeaderClassName
{
color: #0C8673;
}
.AnyTagClassName
{
color: #0C8673;
}
</style>
background-color css
<style>
a { background-color: #0C8673; }
a { background-color: rgb(12,134,115); }
div.DivClassName
{
background-color: #0C8673;
}
.BgClassName
{
background-color: #0C8673;
}
</style>
border-color css
<style>
span { border-color: #0C8673; }
span { border-color: rgb(12,134,115); }
td.TdClassName
{
border-color: #0C8673;
}
.TagClassName
{
border-color: #0C8673;
}
</style>