Shades of Observatory #0A8967
Tints of Observatory #0A8967
RGB
CMYK
RGB Variations
Color information
#0A8967 (or 0x0A8967) is known color: Observatory. HEX triplet: 0A, 89 and 67. RGB value is (10,137,103). Sum of RGB (Red+Green+Blue) = 10+137+103=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 137 (53.91% from 255 or 54.8% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 137 - color contains mainly: green. Hex color #0A8967 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8967 is #F57698. Grayscale: #5F5F5F. Windows color (decimal): -16086681 or 6785290. OLE color: 6785290.
HSL color Cylindrical-coordinate representation of color #0A8967: hue angle of 163.94º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8967 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 137 | 103 | - |
| CMYK | 0.93 | 0 | 0.25 | 0.46 |
| HSL | 163.94º | 0.86% | 0.29% | - |
| HSV(B) | 163.94º | 0.93% | 0.54% | - |
| XYZ | 11.52 | 18.94 | 15.88 | - |
| YUV | 95.15 | 132.42 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 137 | 103 | 0.93 | 0 | 0.25 | 0.46 | 163.94 | 0.86 | 0.29 |
| Hex | A | 89 | 67 | 5D | 0 | 19 | 2E | A4 | 56 | 1D |
| Octal | 12 | 211 | 147 | 135 | 0 | 31 | 56 | 244 | 126 | 35 |
| Binary | 1010 | 10001001 | 1100111 | 1011101 | 0 | 11001 | 101110 | 10100100 | 1010110 | 11101 |
Color Harmonies of #0A8967
Complementary color
Monochromatic Colors of #0A8967
Black with #0A8967
Text Example
Text Example
White with #0A8967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8967; }
p { color: rgb(10,137,103); }
H1.HeaderClassName
{
color: #0A8967;
}
.AnyTagClassName
{
color: #0A8967;
}
</style>
background-color css
<style>
a { background-color: #0A8967; }
a { background-color: rgb(10,137,103); }
div.DivClassName
{
background-color: #0A8967;
}
.BgClassName
{
background-color: #0A8967;
}
</style>
border-color css
<style>
span { border-color: #0A8967; }
span { border-color: rgb(10,137,103); }
td.TdClassName
{
border-color: #0A8967;
}
.TagClassName
{
border-color: #0A8967;
}
</style>