Shades of Observatory #00966D
Tints of Observatory #00966D
RGB
CMYK
RGB Variations
Color information
#00966D (or 0x00966D) is known color: Observatory. HEX triplet: 00, 96 and 6D. RGB value is (0,150,109). Sum of RGB (Red+Green+Blue) = 0+150+109=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 150 (58.98% from 255 or 57.92% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 150 - color contains mainly: green. Hex color #00966D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00966D is #FF6992. Grayscale: #646464. Windows color (decimal): -16738707 or 7181824. OLE color: 7181824.
HSL color Cylindrical-coordinate representation of color #00966D: hue angle of 163.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 #00966D is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 150 | 109 | - |
| CMYK | 1 | 0 | 0.27 | 0.41 |
| HSL | 163.6º | 1% | 0.29% | - |
| HSV(B) | 163.6º | 1% | 0.59% | - |
| XYZ | 13.67 | 22.92 | 18.17 | - |
| YUV | 100.48 | 132.81 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 150 | 109 | 1 | 0 | 0.27 | 0.41 | 163.6 | 1 | 0.29 |
| Hex | 0 | 96 | 6D | 64 | 0 | 1B | 29 | A4 | 64 | 1D |
| Octal | 0 | 226 | 155 | 144 | 0 | 33 | 51 | 244 | 144 | 35 |
| Binary | 0 | 10010110 | 1101101 | 1100100 | 0 | 11011 | 101001 | 10100100 | 1100100 | 11101 |
Color Harmonies of #00966D
Complementary color
Monochromatic Colors of #00966D
Black with #00966D
Text Example
Text Example
White with #00966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00966D; }
p { color: rgb(0,150,109); }
H1.HeaderClassName
{
color: #00966D;
}
.AnyTagClassName
{
color: #00966D;
}
</style>
background-color css
<style>
a { background-color: #00966D; }
a { background-color: rgb(0,150,109); }
div.DivClassName
{
background-color: #00966D;
}
.BgClassName
{
background-color: #00966D;
}
</style>
border-color css
<style>
span { border-color: #00966D; }
span { border-color: rgb(0,150,109); }
td.TdClassName
{
border-color: #00966D;
}
.TagClassName
{
border-color: #00966D;
}
</style>