Shades of Observatory #0A8878
Tints of Observatory #0A8878
RGB
CMYK
RGB Variations
Color information
#0A8878 (or 0x0A8878) is known color: Observatory. HEX triplet: 0A, 88 and 78. RGB value is (10,136,120). Sum of RGB (Red+Green+Blue) = 10+136+120=266 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.76% from 266); Green value is 136 (53.52% from 255 or 51.13% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 136 - color contains mainly: green. Hex color #0A8878 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8878 is #F57787. Grayscale: #606060. Windows color (decimal): -16086920 or 7899146. OLE color: 7899146.
HSL color Cylindrical-coordinate representation of color #0A8878: hue angle of 172.38º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8878 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 136 | 120 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.47 |
| HSL | 172.38º | 0.86% | 0.29% | - |
| HSV(B) | 172.38º | 0.93% | 0.53% | - |
| XYZ | 12.32 | 19.03 | 20.79 | - |
| YUV | 96.5 | 141.26 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 136 | 120 | 0.93 | 0 | 0.12 | 0.47 | 172.38 | 0.86 | 0.29 |
| Hex | A | 88 | 78 | 5D | 0 | C | 2F | AC | 56 | 1D |
| Octal | 12 | 210 | 170 | 135 | 0 | 14 | 57 | 254 | 126 | 35 |
| Binary | 1010 | 10001000 | 1111000 | 1011101 | 0 | 1100 | 101111 | 10101100 | 1010110 | 11101 |
Color Harmonies of #0A8878
Complementary color
Monochromatic Colors of #0A8878
Black with #0A8878
Text Example
Text Example
White with #0A8878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8878; }
p { color: rgb(10,136,120); }
H1.HeaderClassName
{
color: #0A8878;
}
.AnyTagClassName
{
color: #0A8878;
}
</style>
background-color css
<style>
a { background-color: #0A8878; }
a { background-color: rgb(10,136,120); }
div.DivClassName
{
background-color: #0A8878;
}
.BgClassName
{
background-color: #0A8878;
}
</style>
border-color css
<style>
span { border-color: #0A8878; }
span { border-color: rgb(10,136,120); }
td.TdClassName
{
border-color: #0A8878;
}
.TagClassName
{
border-color: #0A8878;
}
</style>