Shades of Observatory #00876D
Tints of Observatory #00876D
RGB
CMYK
RGB Variations
Color information
#00876D (or 0x00876D) is known color: Observatory. HEX triplet: 00, 87 and 6D. RGB value is (0,135,109). Sum of RGB (Red+Green+Blue) = 0+135+109=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 135 (53.12% from 255 or 55.33% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 135 - color contains mainly: green. Hex color #00876D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00876D is #FF7892. Grayscale: #5B5B5B. Windows color (decimal): -16742547 or 7177984. OLE color: 7177984.
HSL color Cylindrical-coordinate representation of color #00876D: hue angle of 168.44º 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 #00876D is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 135 | 109 | - |
| CMYK | 1 | 0 | 0.19 | 0.47 |
| HSL | 168.44º | 1% | 0.26% | - |
| HSV(B) | 168.44º | 1% | 0.53% | - |
| XYZ | 11.42 | 18.43 | 17.42 | - |
| YUV | 91.67 | 137.77 | 62.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 109 | 1 | 0 | 0.19 | 0.47 | 168.44 | 1 | 0.26 |
| Hex | 0 | 87 | 6D | 64 | 0 | 13 | 2F | A8 | 64 | 1A |
| Octal | 0 | 207 | 155 | 144 | 0 | 23 | 57 | 250 | 144 | 32 |
| Binary | 0 | 10000111 | 1101101 | 1100100 | 0 | 10011 | 101111 | 10101000 | 1100100 | 11010 |
Color Harmonies of #00876D
Complementary color
Monochromatic Colors of #00876D
Black with #00876D
Text Example
Text Example
White with #00876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00876D; }
p { color: rgb(0,135,109); }
H1.HeaderClassName
{
color: #00876D;
}
.AnyTagClassName
{
color: #00876D;
}
</style>
background-color css
<style>
a { background-color: #00876D; }
a { background-color: rgb(0,135,109); }
div.DivClassName
{
background-color: #00876D;
}
.BgClassName
{
background-color: #00876D;
}
</style>
border-color css
<style>
span { border-color: #00876D; }
span { border-color: rgb(0,135,109); }
td.TdClassName
{
border-color: #00876D;
}
.TagClassName
{
border-color: #00876D;
}
</style>