Shades of Observatory #009572
Tints of Observatory #009572
RGB
CMYK
RGB Variations
Color information
#009572 (or 0x009572) is known color: Observatory. HEX triplet: 00, 95 and 72. RGB value is (0,149,114). Sum of RGB (Red+Green+Blue) = 0+149+114=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #009572 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009572 is #FF6A8D. Grayscale: #646464. Windows color (decimal): -16738958 or 7509248. OLE color: 7509248.
HSL color Cylindrical-coordinate representation of color #009572: hue angle of 165.91º 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 #009572 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 149 | 114 | - |
| CMYK | 1 | 0 | 0.23 | 0.42 |
| HSL | 165.91º | 1% | 0.29% | - |
| HSV(B) | 165.91º | 1% | 0.58% | - |
| XYZ | 13.78 | 22.71 | 19.58 | - |
| YUV | 100.46 | 135.64 | 56.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 114 | 1 | 0 | 0.23 | 0.42 | 165.91 | 1 | 0.29 |
| Hex | 0 | 95 | 72 | 64 | 0 | 17 | 2A | A6 | 64 | 1D |
| Octal | 0 | 225 | 162 | 144 | 0 | 27 | 52 | 246 | 144 | 35 |
| Binary | 0 | 10010101 | 1110010 | 1100100 | 0 | 10111 | 101010 | 10100110 | 1100100 | 11101 |
Color Harmonies of #009572
Complementary color
Monochromatic Colors of #009572
Black with #009572
Text Example
Text Example
White with #009572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009572; }
p { color: rgb(0,149,114); }
H1.HeaderClassName
{
color: #009572;
}
.AnyTagClassName
{
color: #009572;
}
</style>
background-color css
<style>
a { background-color: #009572; }
a { background-color: rgb(0,149,114); }
div.DivClassName
{
background-color: #009572;
}
.BgClassName
{
background-color: #009572;
}
</style>
border-color css
<style>
span { border-color: #009572; }
span { border-color: rgb(0,149,114); }
td.TdClassName
{
border-color: #009572;
}
.TagClassName
{
border-color: #009572;
}
</style>