Shades of Observatory #008863
Tints of Observatory #008863
RGB
CMYK
RGB Variations
Color information
#008863 (or 0x008863) is known color: Observatory. HEX triplet: 00, 88 and 63. RGB value is (0,136,99). Sum of RGB (Red+Green+Blue) = 0+136+99=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 136 (53.52% from 255 or 57.87% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 136 - color contains mainly: green. Hex color #008863 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008863 is #FF779C. Grayscale: #5B5B5B. Windows color (decimal): -16742301 or 6522880. OLE color: 6522880.
HSL color Cylindrical-coordinate representation of color #008863: hue angle of 163.68º 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 #008863 is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 136 | 99 | - |
| CMYK | 1 | 0 | 0.27 | 0.47 |
| HSL | 163.68º | 1% | 0.27% | - |
| HSV(B) | 163.68º | 1% | 0.53% | - |
| XYZ | 11.06 | 18.51 | 14.79 | - |
| YUV | 91.12 | 132.44 | 63.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 99 | 1 | 0 | 0.27 | 0.47 | 163.68 | 1 | 0.27 |
| Hex | 0 | 88 | 63 | 64 | 0 | 1B | 2F | A4 | 64 | 1B |
| Octal | 0 | 210 | 143 | 144 | 0 | 33 | 57 | 244 | 144 | 33 |
| Binary | 0 | 10001000 | 1100011 | 1100100 | 0 | 11011 | 101111 | 10100100 | 1100100 | 11011 |
Color Harmonies of #008863
Complementary color
Monochromatic Colors of #008863
Black with #008863
Text Example
Text Example
White with #008863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008863; }
p { color: rgb(0,136,99); }
H1.HeaderClassName
{
color: #008863;
}
.AnyTagClassName
{
color: #008863;
}
</style>
background-color css
<style>
a { background-color: #008863; }
a { background-color: rgb(0,136,99); }
div.DivClassName
{
background-color: #008863;
}
.BgClassName
{
background-color: #008863;
}
</style>
border-color css
<style>
span { border-color: #008863; }
span { border-color: rgb(0,136,99); }
td.TdClassName
{
border-color: #008863;
}
.TagClassName
{
border-color: #008863;
}
</style>