Shades of Observatory #009272
Tints of Observatory #009272
RGB
CMYK
RGB Variations
Color information
#009272 (or 0x009272) is known color: Observatory. HEX triplet: 00, 92 and 72. RGB value is (0,146,114). Sum of RGB (Red+Green+Blue) = 0+146+114=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 146 (57.42% from 255 or 56.15% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 146 - color contains mainly: green. Hex color #009272 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009272 is #FF6D8D. Grayscale: #626262. Windows color (decimal): -16739726 or 7508480. OLE color: 7508480.
HSL color Cylindrical-coordinate representation of color #009272: hue angle of 166.85º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009272 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 146 | 114 | - |
| CMYK | 1 | 0 | 0.22 | 0.43 |
| HSL | 166.85º | 1% | 0.29% | - |
| HSV(B) | 166.85º | 1% | 0.57% | - |
| XYZ | 13.32 | 21.77 | 19.42 | - |
| YUV | 98.7 | 136.63 | 57.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 146 | 114 | 1 | 0 | 0.22 | 0.43 | 166.85 | 1 | 0.29 |
| Hex | 0 | 92 | 72 | 64 | 0 | 16 | 2B | A7 | 64 | 1D |
| Octal | 0 | 222 | 162 | 144 | 0 | 26 | 53 | 247 | 144 | 35 |
| Binary | 0 | 10010010 | 1110010 | 1100100 | 0 | 10110 | 101011 | 10100111 | 1100100 | 11101 |
Color Harmonies of #009272
Complementary color
Monochromatic Colors of #009272
Black with #009272
Text Example
Text Example
White with #009272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009272; }
p { color: rgb(0,146,114); }
H1.HeaderClassName
{
color: #009272;
}
.AnyTagClassName
{
color: #009272;
}
</style>
background-color css
<style>
a { background-color: #009272; }
a { background-color: rgb(0,146,114); }
div.DivClassName
{
background-color: #009272;
}
.BgClassName
{
background-color: #009272;
}
</style>
border-color css
<style>
span { border-color: #009272; }
span { border-color: rgb(0,146,114); }
td.TdClassName
{
border-color: #009272;
}
.TagClassName
{
border-color: #009272;
}
</style>