Shades of Observatory #008664
Tints of Observatory #008664
RGB
CMYK
RGB Variations
Color information
#008664 (or 0x008664) is known color: Observatory. HEX triplet: 00, 86 and 64. RGB value is (0,134,100). Sum of RGB (Red+Green+Blue) = 0+134+100=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 134 (52.73% from 255 or 57.26% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 134 - color contains mainly: green. Hex color #008664 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008664 is #FF799B. Grayscale: #5A5A5A. Windows color (decimal): -16742812 or 6587904. OLE color: 6587904.
HSL color Cylindrical-coordinate representation of color #008664: hue angle of 164.78º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008664 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 134 | 100 | - |
| CMYK | 1 | 0 | 0.25 | 0.47 |
| HSL | 164.78º | 1% | 0.26% | - |
| HSV(B) | 164.78º | 1% | 0.53% | - |
| XYZ | 10.83 | 17.97 | 14.95 | - |
| YUV | 90.06 | 133.61 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 134 | 100 | 1 | 0 | 0.25 | 0.47 | 164.78 | 1 | 0.26 |
| Hex | 0 | 86 | 64 | 64 | 0 | 19 | 2F | A5 | 64 | 1A |
| Octal | 0 | 206 | 144 | 144 | 0 | 31 | 57 | 245 | 144 | 32 |
| Binary | 0 | 10000110 | 1100100 | 1100100 | 0 | 11001 | 101111 | 10100101 | 1100100 | 11010 |
Color Harmonies of #008664
Complementary color
Monochromatic Colors of #008664
Black with #008664
Text Example
Text Example
White with #008664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008664; }
p { color: rgb(0,134,100); }
H1.HeaderClassName
{
color: #008664;
}
.AnyTagClassName
{
color: #008664;
}
</style>
background-color css
<style>
a { background-color: #008664; }
a { background-color: rgb(0,134,100); }
div.DivClassName
{
background-color: #008664;
}
.BgClassName
{
background-color: #008664;
}
</style>
border-color css
<style>
span { border-color: #008664; }
span { border-color: rgb(0,134,100); }
td.TdClassName
{
border-color: #008664;
}
.TagClassName
{
border-color: #008664;
}
</style>