Shades of Observatory #0A9371
Tints of Observatory #0A9371
RGB
CMYK
RGB Variations
Color information
#0A9371 (or 0x0A9371) is known color: Observatory. HEX triplet: 0A, 93 and 71. RGB value is (10,147,113). Sum of RGB (Red+Green+Blue) = 10+147+113=270 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.70% from 270); Green value is 147 (57.81% from 255 or 54.44% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 147 - color contains mainly: green. Hex color #0A9371 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9371 is #F56C8E. Grayscale: #666666. Windows color (decimal): -16084111 or 7443210. OLE color: 7443210.
HSL color Cylindrical-coordinate representation of color #0A9371: hue angle of 165.11º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9371 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 147 | 113 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.42 |
| HSL | 165.11º | 0.87% | 0.31% | - |
| HSV(B) | 165.11º | 0.93% | 0.58% | - |
| XYZ | 13.54 | 22.12 | 19.18 | - |
| YUV | 102.16 | 134.11 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 147 | 113 | 0.93 | 0 | 0.23 | 0.42 | 165.11 | 0.87 | 0.31 |
| Hex | A | 93 | 71 | 5D | 0 | 17 | 2A | A5 | 57 | 1F |
| Octal | 12 | 223 | 161 | 135 | 0 | 27 | 52 | 245 | 127 | 37 |
| Binary | 1010 | 10010011 | 1110001 | 1011101 | 0 | 10111 | 101010 | 10100101 | 1010111 | 11111 |
Color Harmonies of #0A9371
Complementary color
Monochromatic Colors of #0A9371
Black with #0A9371
Text Example
Text Example
White with #0A9371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9371; }
p { color: rgb(10,147,113); }
H1.HeaderClassName
{
color: #0A9371;
}
.AnyTagClassName
{
color: #0A9371;
}
</style>
background-color css
<style>
a { background-color: #0A9371; }
a { background-color: rgb(10,147,113); }
div.DivClassName
{
background-color: #0A9371;
}
.BgClassName
{
background-color: #0A9371;
}
</style>
border-color css
<style>
span { border-color: #0A9371; }
span { border-color: rgb(10,147,113); }
td.TdClassName
{
border-color: #0A9371;
}
.TagClassName
{
border-color: #0A9371;
}
</style>