Shades of Observatory #0C8775
Tints of Observatory #0C8775
RGB
CMYK
RGB Variations
Color information
#0C8775 (or 0x0C8775) is known color: Observatory. HEX triplet: 0C, 87 and 75. RGB value is (12,135,117). Sum of RGB (Red+Green+Blue) = 12+135+117=264 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.55% from 264); Green value is 135 (53.12% from 255 or 51.14% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 135 - color contains mainly: green. Hex color #0C8775 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8775 is #F3788A. Grayscale: #606060. Windows color (decimal): -15956107 or 7702284. OLE color: 7702284.
HSL color Cylindrical-coordinate representation of color #0C8775: hue angle of 171.22º 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 #0C8775 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 135 | 117 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.47 |
| HSL | 171.22º | 0.84% | 0.29% | - |
| HSV(B) | 171.22º | 0.91% | 0.53% | - |
| XYZ | 12.03 | 18.69 | 19.8 | - |
| YUV | 96.17 | 139.75 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 135 | 117 | 0.91 | 0 | 0.13 | 0.47 | 171.22 | 0.84 | 0.29 |
| Hex | C | 87 | 75 | 5B | 0 | D | 2F | AB | 54 | 1D |
| Octal | 14 | 207 | 165 | 133 | 0 | 15 | 57 | 253 | 124 | 35 |
| Binary | 1100 | 10000111 | 1110101 | 1011011 | 0 | 1101 | 101111 | 10101011 | 1010100 | 11101 |
Color Harmonies of #0C8775
Complementary color
Monochromatic Colors of #0C8775
Black with #0C8775
Text Example
Text Example
White with #0C8775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8775; }
p { color: rgb(12,135,117); }
H1.HeaderClassName
{
color: #0C8775;
}
.AnyTagClassName
{
color: #0C8775;
}
</style>
background-color css
<style>
a { background-color: #0C8775; }
a { background-color: rgb(12,135,117); }
div.DivClassName
{
background-color: #0C8775;
}
.BgClassName
{
background-color: #0C8775;
}
</style>
border-color css
<style>
span { border-color: #0C8775; }
span { border-color: rgb(12,135,117); }
td.TdClassName
{
border-color: #0C8775;
}
.TagClassName
{
border-color: #0C8775;
}
</style>