Shades of Observatory #0C8A76
Tints of Observatory #0C8A76
RGB
CMYK
RGB Variations
Color information
#0C8A76 (or 0x0C8A76) is known color: Observatory. HEX triplet: 0C, 8A and 76. RGB value is (12,138,118). Sum of RGB (Red+Green+Blue) = 12+138+118=268 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.48% from 268); Green value is 138 (54.30% from 255 or 51.49% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 138 - color contains mainly: green. Hex color #0C8A76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8A76 is #F37589. Grayscale: #626262. Windows color (decimal): -15955338 or 7768588. OLE color: 7768588.
HSL color Cylindrical-coordinate representation of color #0C8A76: hue angle of 170.48º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8A76 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 138 | 118 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.46 |
| HSL | 170.48º | 0.84% | 0.29% | - |
| HSV(B) | 170.48º | 0.91% | 0.54% | - |
| XYZ | 12.51 | 19.56 | 20.26 | - |
| YUV | 98.05 | 139.26 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 138 | 118 | 0.91 | 0 | 0.14 | 0.46 | 170.48 | 0.84 | 0.29 |
| Hex | C | 8A | 76 | 5B | 0 | E | 2E | AA | 54 | 1D |
| Octal | 14 | 212 | 166 | 133 | 0 | 16 | 56 | 252 | 124 | 35 |
| Binary | 1100 | 10001010 | 1110110 | 1011011 | 0 | 1110 | 101110 | 10101010 | 1010100 | 11101 |
Color Harmonies of #0C8A76
Complementary color
Monochromatic Colors of #0C8A76
Black with #0C8A76
Text Example
Text Example
White with #0C8A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8A76; }
p { color: rgb(12,138,118); }
H1.HeaderClassName
{
color: #0C8A76;
}
.AnyTagClassName
{
color: #0C8A76;
}
</style>
background-color css
<style>
a { background-color: #0C8A76; }
a { background-color: rgb(12,138,118); }
div.DivClassName
{
background-color: #0C8A76;
}
.BgClassName
{
background-color: #0C8A76;
}
</style>
border-color css
<style>
span { border-color: #0C8A76; }
span { border-color: rgb(12,138,118); }
td.TdClassName
{
border-color: #0C8A76;
}
.TagClassName
{
border-color: #0C8A76;
}
</style>