Shades of Observatory #0A9269
Tints of Observatory #0A9269
RGB
CMYK
RGB Variations
Color information
#0A9269 (or 0x0A9269) is known color: Observatory. HEX triplet: 0A, 92 and 69. RGB value is (10,146,105). Sum of RGB (Red+Green+Blue) = 10+146+105=261 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.83% from 261); Green value is 146 (57.42% from 255 or 55.94% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 146 - color contains mainly: green. Hex color #0A9269 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9269 is #F56D96. Grayscale: #646464. Windows color (decimal): -16084375 or 6918666. OLE color: 6918666.
HSL color Cylindrical-coordinate representation of color #0A9269: hue angle of 161.91º 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 #0A9269 is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 10 | 146 | 105 | - |
| CMYK | 0.93 | 0 | 0.28 | 0.43 |
| HSL | 161.91º | 0.87% | 0.31% | - |
| HSV(B) | 161.91º | 0.93% | 0.57% | - |
| XYZ | 12.95 | 21.64 | 16.86 | - |
| YUV | 100.66 | 130.44 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 146 | 105 | 0.93 | 0 | 0.28 | 0.43 | 161.91 | 0.87 | 0.31 |
| Hex | A | 92 | 69 | 5D | 0 | 1C | 2B | A2 | 57 | 1F |
| Octal | 12 | 222 | 151 | 135 | 0 | 34 | 53 | 242 | 127 | 37 |
| Binary | 1010 | 10010010 | 1101001 | 1011101 | 0 | 11100 | 101011 | 10100010 | 1010111 | 11111 |
Color Harmonies of #0A9269
Complementary color
Monochromatic Colors of #0A9269
Black with #0A9269
Text Example
Text Example
White with #0A9269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9269; }
p { color: rgb(10,146,105); }
H1.HeaderClassName
{
color: #0A9269;
}
.AnyTagClassName
{
color: #0A9269;
}
</style>
background-color css
<style>
a { background-color: #0A9269; }
a { background-color: rgb(10,146,105); }
div.DivClassName
{
background-color: #0A9269;
}
.BgClassName
{
background-color: #0A9269;
}
</style>
border-color css
<style>
span { border-color: #0A9269; }
span { border-color: rgb(10,146,105); }
td.TdClassName
{
border-color: #0A9269;
}
.TagClassName
{
border-color: #0A9269;
}
</style>