Shades of Observatory #009669
Tints of Observatory #009669
RGB
CMYK
RGB Variations
Color information
#009669 (or 0x009669) is known color: Observatory. HEX triplet: 00, 96 and 69. RGB value is (0,150,105). Sum of RGB (Red+Green+Blue) = 0+150+105=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 150 (58.98% from 255 or 58.82% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 150 - color contains mainly: green. Hex color #009669 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009669 is #FF6996. Grayscale: #646464. Windows color (decimal): -16738711 or 6919680. OLE color: 6919680.
HSL color Cylindrical-coordinate representation of color #009669: hue angle of 162º 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 #009669 is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 150 | 105 | - |
| CMYK | 1 | 0 | 0.30 | 0.41 |
| HSL | 162º | 1% | 0.29% | - |
| HSV(B) | 162º | 1% | 0.59% | - |
| XYZ | 13.46 | 22.83 | 17.06 | - |
| YUV | 100.02 | 130.81 | 56.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 150 | 105 | 1 | 0 | 0.30 | 0.41 | 162 | 1 | 0.29 |
| Hex | 0 | 96 | 69 | 64 | 0 | 1E | 29 | A2 | 64 | 1D |
| Octal | 0 | 226 | 151 | 144 | 0 | 36 | 51 | 242 | 144 | 35 |
| Binary | 0 | 10010110 | 1101001 | 1100100 | 0 | 11110 | 101001 | 10100010 | 1100100 | 11101 |
Color Harmonies of #009669
Complementary color
Monochromatic Colors of #009669
Black with #009669
Text Example
Text Example
White with #009669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009669; }
p { color: rgb(0,150,105); }
H1.HeaderClassName
{
color: #009669;
}
.AnyTagClassName
{
color: #009669;
}
</style>
background-color css
<style>
a { background-color: #009669; }
a { background-color: rgb(0,150,105); }
div.DivClassName
{
background-color: #009669;
}
.BgClassName
{
background-color: #009669;
}
</style>
border-color css
<style>
span { border-color: #009669; }
span { border-color: rgb(0,150,105); }
td.TdClassName
{
border-color: #009669;
}
.TagClassName
{
border-color: #009669;
}
</style>