Shades of Observatory #0C8A73
Tints of Observatory #0C8A73
RGB
CMYK
RGB Variations
Color information
#0C8A73 (or 0x0C8A73) is known color: Observatory. HEX triplet: 0C, 8A and 73. RGB value is (12,138,115). Sum of RGB (Red+Green+Blue) = 12+138+115=265 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.53% from 265); Green value is 138 (54.30% from 255 or 52.08% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 138 - color contains mainly: green. Hex color #0C8A73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8A73 is #F3758C. Grayscale: #616161. Windows color (decimal): -15955341 or 7571980. OLE color: 7571980.
HSL color Cylindrical-coordinate representation of color #0C8A73: hue angle of 169.05º 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 #0C8A73 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 138 | 115 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.46 |
| HSL | 169.05º | 0.84% | 0.29% | - |
| HSV(B) | 169.05º | 0.91% | 0.54% | - |
| XYZ | 12.33 | 19.49 | 19.33 | - |
| YUV | 97.7 | 137.76 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 138 | 115 | 0.91 | 0 | 0.17 | 0.46 | 169.05 | 0.84 | 0.29 |
| Hex | C | 8A | 73 | 5B | 0 | 11 | 2E | A9 | 54 | 1D |
| Octal | 14 | 212 | 163 | 133 | 0 | 21 | 56 | 251 | 124 | 35 |
| Binary | 1100 | 10001010 | 1110011 | 1011011 | 0 | 10001 | 101110 | 10101001 | 1010100 | 11101 |
Color Harmonies of #0C8A73
Complementary color
Monochromatic Colors of #0C8A73
Black with #0C8A73
Text Example
Text Example
White with #0C8A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8A73; }
p { color: rgb(12,138,115); }
H1.HeaderClassName
{
color: #0C8A73;
}
.AnyTagClassName
{
color: #0C8A73;
}
</style>
background-color css
<style>
a { background-color: #0C8A73; }
a { background-color: rgb(12,138,115); }
div.DivClassName
{
background-color: #0C8A73;
}
.BgClassName
{
background-color: #0C8A73;
}
</style>
border-color css
<style>
span { border-color: #0C8A73; }
span { border-color: rgb(12,138,115); }
td.TdClassName
{
border-color: #0C8A73;
}
.TagClassName
{
border-color: #0C8A73;
}
</style>