Shades of Observatory #0C876D
Tints of Observatory #0C876D
RGB
CMYK
RGB Variations
Color information
#0C876D (or 0x0C876D) is known color: Observatory. HEX triplet: 0C, 87 and 6D. RGB value is (12,135,109). Sum of RGB (Red+Green+Blue) = 12+135+109=256 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.69% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #0C876D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C876D is #F37892. Grayscale: #5F5F5F. Windows color (decimal): -15956115 or 7177996. OLE color: 7177996.
HSL color Cylindrical-coordinate representation of color #0C876D: hue angle of 167.32º 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 #0C876D is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 135 | 109 | - |
| CMYK | 0.91 | 0 | 0.19 | 0.47 |
| HSL | 167.32º | 0.84% | 0.29% | - |
| HSV(B) | 167.32º | 0.91% | 0.53% | - |
| XYZ | 11.58 | 18.51 | 17.43 | - |
| YUV | 95.26 | 135.75 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 135 | 109 | 0.91 | 0 | 0.19 | 0.47 | 167.32 | 0.84 | 0.29 |
| Hex | C | 87 | 6D | 5B | 0 | 13 | 2F | A7 | 54 | 1D |
| Octal | 14 | 207 | 155 | 133 | 0 | 23 | 57 | 247 | 124 | 35 |
| Binary | 1100 | 10000111 | 1101101 | 1011011 | 0 | 10011 | 101111 | 10100111 | 1010100 | 11101 |
Color Harmonies of #0C876D
Complementary color
Monochromatic Colors of #0C876D
Black with #0C876D
Text Example
Text Example
White with #0C876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C876D; }
p { color: rgb(12,135,109); }
H1.HeaderClassName
{
color: #0C876D;
}
.AnyTagClassName
{
color: #0C876D;
}
</style>
background-color css
<style>
a { background-color: #0C876D; }
a { background-color: rgb(12,135,109); }
div.DivClassName
{
background-color: #0C876D;
}
.BgClassName
{
background-color: #0C876D;
}
</style>
border-color css
<style>
span { border-color: #0C876D; }
span { border-color: rgb(12,135,109); }
td.TdClassName
{
border-color: #0C876D;
}
.TagClassName
{
border-color: #0C876D;
}
</style>