Shades of Observatory #008864
Tints of Observatory #008864
RGB
CMYK
RGB Variations
Color information
#008864 (or 0x008864) is known color: Observatory. HEX triplet: 00, 88 and 64. RGB value is (0,136,100). Sum of RGB (Red+Green+Blue) = 0+136+100=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 136 (53.52% from 255 or 57.63% from 236); Blue value is 100 (39.45% from 255 or 42.37% from 236); Max value from RGB is 136 - color contains mainly: green. Hex color #008864 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008864 is #FF779B. Grayscale: #5B5B5B. Windows color (decimal): -16742300 or 6588416. OLE color: 6588416.
HSL color Cylindrical-coordinate representation of color #008864: hue angle of 164.12º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008864 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 136 | 100 | - |
| CMYK | 1 | 0 | 0.26 | 0.47 |
| HSL | 164.12º | 1% | 0.27% | - |
| HSV(B) | 164.12º | 1% | 0.53% | - |
| XYZ | 11.1 | 18.53 | 15.05 | - |
| YUV | 91.23 | 132.94 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 100 | 1 | 0 | 0.26 | 0.47 | 164.12 | 1 | 0.27 |
| Hex | 0 | 88 | 64 | 64 | 0 | 1A | 2F | A4 | 64 | 1B |
| Octal | 0 | 210 | 144 | 144 | 0 | 32 | 57 | 244 | 144 | 33 |
| Binary | 0 | 10001000 | 1100100 | 1100100 | 0 | 11010 | 101111 | 10100100 | 1100100 | 11011 |
Color Harmonies of #008864
Complementary color
Monochromatic Colors of #008864
Black with #008864
Text Example
Text Example
White with #008864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008864; }
p { color: rgb(0,136,100); }
H1.HeaderClassName
{
color: #008864;
}
.AnyTagClassName
{
color: #008864;
}
</style>
background-color css
<style>
a { background-color: #008864; }
a { background-color: rgb(0,136,100); }
div.DivClassName
{
background-color: #008864;
}
.BgClassName
{
background-color: #008864;
}
</style>
border-color css
<style>
span { border-color: #008864; }
span { border-color: rgb(0,136,100); }
td.TdClassName
{
border-color: #008864;
}
.TagClassName
{
border-color: #008864;
}
</style>