Shades of Observatory #009668
Tints of Observatory #009668
RGB
CMYK
RGB Variations
Color information
#009668 (or 0x009668) is known color: Observatory. HEX triplet: 00, 96 and 68. RGB value is (0,150,104). Sum of RGB (Red+Green+Blue) = 0+150+104=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 150 (58.98% from 255 or 59.06% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 150 - color contains mainly: green. Hex color #009668 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009668 is #FF6997. Grayscale: #636363. Windows color (decimal): -16738712 or 6854144. OLE color: 6854144.
HSL color Cylindrical-coordinate representation of color #009668: hue angle of 161.6º 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 #009668 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 150 | 104 | - |
| CMYK | 1 | 0 | 0.31 | 0.41 |
| HSL | 161.6º | 1% | 0.29% | - |
| HSV(B) | 161.6º | 1% | 0.59% | - |
| XYZ | 13.41 | 22.81 | 16.79 | - |
| YUV | 99.91 | 130.31 | 56.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 150 | 104 | 1 | 0 | 0.31 | 0.41 | 161.6 | 1 | 0.29 |
| Hex | 0 | 96 | 68 | 64 | 0 | 1F | 29 | A2 | 64 | 1D |
| Octal | 0 | 226 | 150 | 144 | 0 | 37 | 51 | 242 | 144 | 35 |
| Binary | 0 | 10010110 | 1101000 | 1100100 | 0 | 11111 | 101001 | 10100010 | 1100100 | 11101 |
Color Harmonies of #009668
Complementary color
Monochromatic Colors of #009668
Black with #009668
Text Example
Text Example
White with #009668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009668; }
p { color: rgb(0,150,104); }
H1.HeaderClassName
{
color: #009668;
}
.AnyTagClassName
{
color: #009668;
}
</style>
background-color css
<style>
a { background-color: #009668; }
a { background-color: rgb(0,150,104); }
div.DivClassName
{
background-color: #009668;
}
.BgClassName
{
background-color: #009668;
}
</style>
border-color css
<style>
span { border-color: #009668; }
span { border-color: rgb(0,150,104); }
td.TdClassName
{
border-color: #009668;
}
.TagClassName
{
border-color: #009668;
}
</style>