Shades of Observatory #0A8B63
Tints of Observatory #0A8B63
RGB
CMYK
RGB Variations
Color information
#0A8B63 (or 0x0A8B63) is known color: Observatory. HEX triplet: 0A, 8B and 63. RGB value is (10,139,99). Sum of RGB (Red+Green+Blue) = 10+139+99=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 139 (54.69% from 255 or 56.05% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 139 - color contains mainly: green. Hex color #0A8B63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8B63 is #F5749C. Grayscale: #5F5F5F. Windows color (decimal): -16086173 or 6523658. OLE color: 6523658.
HSL color Cylindrical-coordinate representation of color #0A8B63: hue angle of 161.4º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8B63 is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 139 | 99 | - |
| CMYK | 0.93 | 0 | 0.29 | 0.45 |
| HSL | 161.4º | 0.87% | 0.29% | - |
| HSV(B) | 161.4º | 0.93% | 0.55% | - |
| XYZ | 11.61 | 19.43 | 14.94 | - |
| YUV | 95.87 | 129.76 | 66.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 139 | 99 | 0.93 | 0 | 0.29 | 0.45 | 161.4 | 0.87 | 0.29 |
| Hex | A | 8B | 63 | 5D | 0 | 1D | 2D | A1 | 57 | 1D |
| Octal | 12 | 213 | 143 | 135 | 0 | 35 | 55 | 241 | 127 | 35 |
| Binary | 1010 | 10001011 | 1100011 | 1011101 | 0 | 11101 | 101101 | 10100001 | 1010111 | 11101 |
Color Harmonies of #0A8B63
Complementary color
Monochromatic Colors of #0A8B63
Black with #0A8B63
Text Example
Text Example
White with #0A8B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8B63; }
p { color: rgb(10,139,99); }
H1.HeaderClassName
{
color: #0A8B63;
}
.AnyTagClassName
{
color: #0A8B63;
}
</style>
background-color css
<style>
a { background-color: #0A8B63; }
a { background-color: rgb(10,139,99); }
div.DivClassName
{
background-color: #0A8B63;
}
.BgClassName
{
background-color: #0A8B63;
}
</style>
border-color css
<style>
span { border-color: #0A8B63; }
span { border-color: rgb(10,139,99); }
td.TdClassName
{
border-color: #0A8B63;
}
.TagClassName
{
border-color: #0A8B63;
}
</style>