Shades of Observatory #0C8A71
Tints of Observatory #0C8A71
RGB
CMYK
RGB Variations
Color information
#0C8A71 (or 0x0C8A71) is known color: Observatory. HEX triplet: 0C, 8A and 71. RGB value is (12,138,113). Sum of RGB (Red+Green+Blue) = 12+138+113=263 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.56% from 263); Green value is 138 (54.30% from 255 or 52.47% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 138 - color contains mainly: green. Hex color #0C8A71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8A71 is #F3758E. Grayscale: #616161. Windows color (decimal): -15955343 or 7440908. OLE color: 7440908.
HSL color Cylindrical-coordinate representation of color #0C8A71: hue angle of 168.1º 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 #0C8A71 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 138 | 113 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.46 |
| HSL | 168.1º | 0.84% | 0.29% | - |
| HSV(B) | 168.1º | 0.91% | 0.54% | - |
| XYZ | 12.22 | 19.45 | 18.73 | - |
| YUV | 97.48 | 136.76 | 67.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 138 | 113 | 0.91 | 0 | 0.18 | 0.46 | 168.1 | 0.84 | 0.29 |
| Hex | C | 8A | 71 | 5B | 0 | 12 | 2E | A8 | 54 | 1D |
| Octal | 14 | 212 | 161 | 133 | 0 | 22 | 56 | 250 | 124 | 35 |
| Binary | 1100 | 10001010 | 1110001 | 1011011 | 0 | 10010 | 101110 | 10101000 | 1010100 | 11101 |
Color Harmonies of #0C8A71
Complementary color
Monochromatic Colors of #0C8A71
Black with #0C8A71
Text Example
Text Example
White with #0C8A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8A71; }
p { color: rgb(12,138,113); }
H1.HeaderClassName
{
color: #0C8A71;
}
.AnyTagClassName
{
color: #0C8A71;
}
</style>
background-color css
<style>
a { background-color: #0C8A71; }
a { background-color: rgb(12,138,113); }
div.DivClassName
{
background-color: #0C8A71;
}
.BgClassName
{
background-color: #0C8A71;
}
</style>
border-color css
<style>
span { border-color: #0C8A71; }
span { border-color: rgb(12,138,113); }
td.TdClassName
{
border-color: #0C8A71;
}
.TagClassName
{
border-color: #0C8A71;
}
</style>