Shades of Observatory #0A876B
Tints of Observatory #0A876B
RGB
CMYK
RGB Variations
Color information
#0A876B (or 0x0A876B) is known color: Observatory. HEX triplet: 0A, 87 and 6B. RGB value is (10,135,107). Sum of RGB (Red+Green+Blue) = 10+135+107=252 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.97% from 252); Green value is 135 (53.12% from 255 or 53.57% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 135 - color contains mainly: green. Hex color #0A876B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A876B is #F57894. Grayscale: #5E5E5E. Windows color (decimal): -16087189 or 7046922. OLE color: 7046922.
HSL color Cylindrical-coordinate representation of color #0A876B: hue angle of 166.56º 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 #0A876B is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 135 | 107 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.47 |
| HSL | 166.56º | 0.86% | 0.28% | - |
| HSV(B) | 166.56º | 0.93% | 0.53% | - |
| XYZ | 11.44 | 18.45 | 16.87 | - |
| YUV | 94.43 | 135.09 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 135 | 107 | 0.93 | 0 | 0.21 | 0.47 | 166.56 | 0.86 | 0.28 |
| Hex | A | 87 | 6B | 5D | 0 | 15 | 2F | A7 | 56 | 1C |
| Octal | 12 | 207 | 153 | 135 | 0 | 25 | 57 | 247 | 126 | 34 |
| Binary | 1010 | 10000111 | 1101011 | 1011101 | 0 | 10101 | 101111 | 10100111 | 1010110 | 11100 |
Color Harmonies of #0A876B
Complementary color
Monochromatic Colors of #0A876B
Black with #0A876B
Text Example
Text Example
White with #0A876B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A876B; }
p { color: rgb(10,135,107); }
H1.HeaderClassName
{
color: #0A876B;
}
.AnyTagClassName
{
color: #0A876B;
}
</style>
background-color css
<style>
a { background-color: #0A876B; }
a { background-color: rgb(10,135,107); }
div.DivClassName
{
background-color: #0A876B;
}
.BgClassName
{
background-color: #0A876B;
}
</style>
border-color css
<style>
span { border-color: #0A876B; }
span { border-color: rgb(10,135,107); }
td.TdClassName
{
border-color: #0A876B;
}
.TagClassName
{
border-color: #0A876B;
}
</style>