Shades of Observatory #01966E
Tints of Observatory #01966E
RGB
CMYK
RGB Variations
Color information
#01966E (or 0x01966E) is known color: Observatory. HEX triplet: 01, 96 and 6E. RGB value is (1,150,110). Sum of RGB (Red+Green+Blue) = 1+150+110=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 150 (58.98% from 255 or 57.47% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 150 - color contains mainly: green. Hex color #01966E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01966E is #FE6991. Grayscale: #646464. Windows color (decimal): -16673170 or 7247361. OLE color: 7247361.
HSL color Cylindrical-coordinate representation of color #01966E: hue angle of 163.89º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01966E is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 150 | 110 | - |
| CMYK | 0.99 | 0 | 0.27 | 0.41 |
| HSL | 163.89º | 0.99% | 0.3% | - |
| HSV(B) | 163.89º | 0.99% | 0.59% | - |
| XYZ | 13.73 | 22.94 | 18.46 | - |
| YUV | 100.89 | 133.14 | 56.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 150 | 110 | 0.99 | 0 | 0.27 | 0.41 | 163.89 | 0.99 | 0.3 |
| Hex | 1 | 96 | 6E | 63 | 0 | 1B | 29 | A4 | 63 | 1E |
| Octal | 1 | 226 | 156 | 143 | 0 | 33 | 51 | 244 | 143 | 36 |
| Binary | 1 | 10010110 | 1101110 | 1100011 | 0 | 11011 | 101001 | 10100100 | 1100011 | 11110 |
Color Harmonies of #01966E
Complementary color
Monochromatic Colors of #01966E
Black with #01966E
Text Example
Text Example
White with #01966E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01966E; }
p { color: rgb(1,150,110); }
H1.HeaderClassName
{
color: #01966E;
}
.AnyTagClassName
{
color: #01966E;
}
</style>
background-color css
<style>
a { background-color: #01966E; }
a { background-color: rgb(1,150,110); }
div.DivClassName
{
background-color: #01966E;
}
.BgClassName
{
background-color: #01966E;
}
</style>
border-color css
<style>
span { border-color: #01966E; }
span { border-color: rgb(1,150,110); }
td.TdClassName
{
border-color: #01966E;
}
.TagClassName
{
border-color: #01966E;
}
</style>