Shades of Observatory #009372
Tints of Observatory #009372
RGB
CMYK
RGB Variations
Color information
#009372 (or 0x009372) is known color: Observatory. HEX triplet: 00, 93 and 72. RGB value is (0,147,114). Sum of RGB (Red+Green+Blue) = 0+147+114=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 147 (57.81% from 255 or 56.32% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 147 - color contains mainly: green. Hex color #009372 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009372 is #FF6C8D. Grayscale: #636363. Windows color (decimal): -16739470 or 7508736. OLE color: 7508736.
HSL color Cylindrical-coordinate representation of color #009372: hue angle of 166.53º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009372 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 147 | 114 | - |
| CMYK | 1 | 0 | 0.22 | 0.42 |
| HSL | 166.53º | 1% | 0.29% | - |
| HSV(B) | 166.53º | 1% | 0.58% | - |
| XYZ | 13.47 | 22.08 | 19.47 | - |
| YUV | 99.29 | 136.3 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 147 | 114 | 1 | 0 | 0.22 | 0.42 | 166.53 | 1 | 0.29 |
| Hex | 0 | 93 | 72 | 64 | 0 | 16 | 2A | A7 | 64 | 1D |
| Octal | 0 | 223 | 162 | 144 | 0 | 26 | 52 | 247 | 144 | 35 |
| Binary | 0 | 10010011 | 1110010 | 1100100 | 0 | 10110 | 101010 | 10100111 | 1100100 | 11101 |
Color Harmonies of #009372
Complementary color
Monochromatic Colors of #009372
Black with #009372
Text Example
Text Example
White with #009372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009372; }
p { color: rgb(0,147,114); }
H1.HeaderClassName
{
color: #009372;
}
.AnyTagClassName
{
color: #009372;
}
</style>
background-color css
<style>
a { background-color: #009372; }
a { background-color: rgb(0,147,114); }
div.DivClassName
{
background-color: #009372;
}
.BgClassName
{
background-color: #009372;
}
</style>
border-color css
<style>
span { border-color: #009372; }
span { border-color: rgb(0,147,114); }
td.TdClassName
{
border-color: #009372;
}
.TagClassName
{
border-color: #009372;
}
</style>