Shades of Observatory #0A876C
Tints of Observatory #0A876C
RGB
CMYK
RGB Variations
Color information
#0A876C (or 0x0A876C) is known color: Observatory. HEX triplet: 0A, 87 and 6C. RGB value is (10,135,108). Sum of RGB (Red+Green+Blue) = 10+135+108=253 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.95% from 253); Green value is 135 (53.12% from 255 or 53.36% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 135 - color contains mainly: green. Hex color #0A876C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A876C is #F57893. Grayscale: #5E5E5E. Windows color (decimal): -16087188 or 7112458. OLE color: 7112458.
HSL color Cylindrical-coordinate representation of color #0A876C: hue angle of 167.04º 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 #0A876C is Cyan = 0.93, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 135 | 108 | - |
| CMYK | 0.93 | 0 | 0.2 | 0.47 |
| HSL | 167.04º | 0.86% | 0.28% | - |
| HSV(B) | 167.04º | 0.93% | 0.53% | - |
| XYZ | 11.5 | 18.48 | 17.15 | - |
| YUV | 94.55 | 135.59 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 135 | 108 | 0.93 | 0 | 0.2 | 0.47 | 167.04 | 0.86 | 0.28 |
| Hex | A | 87 | 6C | 5D | 0 | 14 | 2F | A7 | 56 | 1C |
| Octal | 12 | 207 | 154 | 135 | 0 | 24 | 57 | 247 | 126 | 34 |
| Binary | 1010 | 10000111 | 1101100 | 1011101 | 0 | 10100 | 101111 | 10100111 | 1010110 | 11100 |
Color Harmonies of #0A876C
Complementary color
Monochromatic Colors of #0A876C
Black with #0A876C
Text Example
Text Example
White with #0A876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A876C; }
p { color: rgb(10,135,108); }
H1.HeaderClassName
{
color: #0A876C;
}
.AnyTagClassName
{
color: #0A876C;
}
</style>
background-color css
<style>
a { background-color: #0A876C; }
a { background-color: rgb(10,135,108); }
div.DivClassName
{
background-color: #0A876C;
}
.BgClassName
{
background-color: #0A876C;
}
</style>
border-color css
<style>
span { border-color: #0A876C; }
span { border-color: rgb(10,135,108); }
td.TdClassName
{
border-color: #0A876C;
}
.TagClassName
{
border-color: #0A876C;
}
</style>