Shades of Observatory #0A9270
Tints of Observatory #0A9270
RGB
CMYK
RGB Variations
Color information
#0A9270 (or 0x0A9270) is known color: Observatory. HEX triplet: 0A, 92 and 70. RGB value is (10,146,112). Sum of RGB (Red+Green+Blue) = 10+146+112=268 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.73% from 268); Green value is 146 (57.42% from 255 or 54.48% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 146 - color contains mainly: green. Hex color #0A9270 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9270 is #F56D8F. Grayscale: #656565. Windows color (decimal): -16084368 or 7377418. OLE color: 7377418.
HSL color Cylindrical-coordinate representation of color #0A9270: hue angle of 165º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9270 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 10 | 146 | 112 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.43 |
| HSL | 165º | 0.87% | 0.31% | - |
| HSV(B) | 165º | 0.93% | 0.57% | - |
| XYZ | 13.33 | 21.79 | 18.83 | - |
| YUV | 101.46 | 133.94 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 146 | 112 | 0.93 | 0 | 0.23 | 0.43 | 165 | 0.87 | 0.31 |
| Hex | A | 92 | 70 | 5D | 0 | 17 | 2B | A5 | 57 | 1F |
| Octal | 12 | 222 | 160 | 135 | 0 | 27 | 53 | 245 | 127 | 37 |
| Binary | 1010 | 10010010 | 1110000 | 1011101 | 0 | 10111 | 101011 | 10100101 | 1010111 | 11111 |
Color Harmonies of #0A9270
Complementary color
Monochromatic Colors of #0A9270
Black with #0A9270
Text Example
Text Example
White with #0A9270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9270; }
p { color: rgb(10,146,112); }
H1.HeaderClassName
{
color: #0A9270;
}
.AnyTagClassName
{
color: #0A9270;
}
</style>
background-color css
<style>
a { background-color: #0A9270; }
a { background-color: rgb(10,146,112); }
div.DivClassName
{
background-color: #0A9270;
}
.BgClassName
{
background-color: #0A9270;
}
</style>
border-color css
<style>
span { border-color: #0A9270; }
span { border-color: rgb(10,146,112); }
td.TdClassName
{
border-color: #0A9270;
}
.TagClassName
{
border-color: #0A9270;
}
</style>