Shades of Observatory #0A8778
Tints of Observatory #0A8778
RGB
CMYK
RGB Variations
Color information
#0A8778 (or 0x0A8778) is known color: Observatory. HEX triplet: 0A, 87 and 78. RGB value is (10,135,120). Sum of RGB (Red+Green+Blue) = 10+135+120=265 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.77% from 265); Green value is 135 (53.12% from 255 or 50.94% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 135 - color contains mainly: green. Hex color #0A8778 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8778 is #F57887. Grayscale: #5F5F5F. Windows color (decimal): -16087176 or 7898890. OLE color: 7898890.
HSL color Cylindrical-coordinate representation of color #0A8778: hue angle of 172.8º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8778 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 135 | 120 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.47 |
| HSL | 172.8º | 0.86% | 0.28% | - |
| HSV(B) | 172.8º | 0.93% | 0.53% | - |
| XYZ | 12.18 | 18.75 | 20.75 | - |
| YUV | 95.92 | 141.59 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 135 | 120 | 0.93 | 0 | 0.11 | 0.47 | 172.8 | 0.86 | 0.28 |
| Hex | A | 87 | 78 | 5D | 0 | B | 2F | AD | 56 | 1C |
| Octal | 12 | 207 | 170 | 135 | 0 | 13 | 57 | 255 | 126 | 34 |
| Binary | 1010 | 10000111 | 1111000 | 1011101 | 0 | 1011 | 101111 | 10101101 | 1010110 | 11100 |
Color Harmonies of #0A8778
Complementary color
Monochromatic Colors of #0A8778
Black with #0A8778
Text Example
Text Example
White with #0A8778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8778; }
p { color: rgb(10,135,120); }
H1.HeaderClassName
{
color: #0A8778;
}
.AnyTagClassName
{
color: #0A8778;
}
</style>
background-color css
<style>
a { background-color: #0A8778; }
a { background-color: rgb(10,135,120); }
div.DivClassName
{
background-color: #0A8778;
}
.BgClassName
{
background-color: #0A8778;
}
</style>
border-color css
<style>
span { border-color: #0A8778; }
span { border-color: rgb(10,135,120); }
td.TdClassName
{
border-color: #0A8778;
}
.TagClassName
{
border-color: #0A8778;
}
</style>