Shades of Observatory #0C8875
Tints of Observatory #0C8875
RGB
CMYK
RGB Variations
Color information
#0C8875 (or 0x0C8875) is known color: Observatory. HEX triplet: 0C, 88 and 75. RGB value is (12,136,117). Sum of RGB (Red+Green+Blue) = 12+136+117=265 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.53% from 265); Green value is 136 (53.52% from 255 or 51.32% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 136 - color contains mainly: green. Hex color #0C8875 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8875 is #F3778A. Grayscale: #606060. Windows color (decimal): -15955851 or 7702540. OLE color: 7702540.
HSL color Cylindrical-coordinate representation of color #0C8875: hue angle of 170.81º 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 #0C8875 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 136 | 117 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.47 |
| HSL | 170.81º | 0.84% | 0.29% | - |
| HSV(B) | 170.81º | 0.91% | 0.53% | - |
| XYZ | 12.17 | 18.97 | 19.85 | - |
| YUV | 96.76 | 139.42 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 136 | 117 | 0.91 | 0 | 0.14 | 0.47 | 170.81 | 0.84 | 0.29 |
| Hex | C | 88 | 75 | 5B | 0 | E | 2F | AB | 54 | 1D |
| Octal | 14 | 210 | 165 | 133 | 0 | 16 | 57 | 253 | 124 | 35 |
| Binary | 1100 | 10001000 | 1110101 | 1011011 | 0 | 1110 | 101111 | 10101011 | 1010100 | 11101 |
Color Harmonies of #0C8875
Complementary color
Monochromatic Colors of #0C8875
Black with #0C8875
Text Example
Text Example
White with #0C8875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8875; }
p { color: rgb(12,136,117); }
H1.HeaderClassName
{
color: #0C8875;
}
.AnyTagClassName
{
color: #0C8875;
}
</style>
background-color css
<style>
a { background-color: #0C8875; }
a { background-color: rgb(12,136,117); }
div.DivClassName
{
background-color: #0C8875;
}
.BgClassName
{
background-color: #0C8875;
}
</style>
border-color css
<style>
span { border-color: #0C8875; }
span { border-color: rgb(12,136,117); }
td.TdClassName
{
border-color: #0C8875;
}
.TagClassName
{
border-color: #0C8875;
}
</style>