Shades of Observatory #009673
Tints of Observatory #009673
RGB
CMYK
RGB Variations
Color information
#009673 (or 0x009673) is known color: Observatory. HEX triplet: 00, 96 and 73. RGB value is (0,150,115). Sum of RGB (Red+Green+Blue) = 0+150+115=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 150 (58.98% from 255 or 56.60% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 150 - color contains mainly: green. Hex color #009673 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009673 is #FF698C. Grayscale: #656565. Windows color (decimal): -16738701 or 7575040. OLE color: 7575040.
HSL color Cylindrical-coordinate representation of color #009673: hue angle of 166º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009673 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 150 | 115 | - |
| CMYK | 1 | 0 | 0.23 | 0.41 |
| HSL | 166º | 1% | 0.29% | - |
| HSV(B) | 166º | 1% | 0.59% | - |
| XYZ | 14 | 23.05 | 19.93 | - |
| YUV | 101.16 | 135.81 | 55.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 150 | 115 | 1 | 0 | 0.23 | 0.41 | 166 | 1 | 0.29 |
| Hex | 0 | 96 | 73 | 64 | 0 | 17 | 29 | A6 | 64 | 1D |
| Octal | 0 | 226 | 163 | 144 | 0 | 27 | 51 | 246 | 144 | 35 |
| Binary | 0 | 10010110 | 1110011 | 1100100 | 0 | 10111 | 101001 | 10100110 | 1100100 | 11101 |
Color Harmonies of #009673
Complementary color
Monochromatic Colors of #009673
Black with #009673
Text Example
Text Example
White with #009673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009673; }
p { color: rgb(0,150,115); }
H1.HeaderClassName
{
color: #009673;
}
.AnyTagClassName
{
color: #009673;
}
</style>
background-color css
<style>
a { background-color: #009673; }
a { background-color: rgb(0,150,115); }
div.DivClassName
{
background-color: #009673;
}
.BgClassName
{
background-color: #009673;
}
</style>
border-color css
<style>
span { border-color: #009673; }
span { border-color: rgb(0,150,115); }
td.TdClassName
{
border-color: #009673;
}
.TagClassName
{
border-color: #009673;
}
</style>