Shades of Observatory #00876C
Tints of Observatory #00876C
RGB
CMYK
RGB Variations
Color information
#00876C (or 0x00876C) is known color: Observatory. HEX triplet: 00, 87 and 6C. RGB value is (0,135,108). Sum of RGB (Red+Green+Blue) = 0+135+108=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 135 (53.12% from 255 or 55.56% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 135 - color contains mainly: green. Hex color #00876C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00876C is #FF7893. Grayscale: #5B5B5B. Windows color (decimal): -16742548 or 7112448. OLE color: 7112448.
HSL color Cylindrical-coordinate representation of color #00876C: hue angle of 168º 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 #00876C is Cyan = 1, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 135 | 108 | - |
| CMYK | 1 | 0 | 0.2 | 0.47 |
| HSL | 168º | 1% | 0.26% | - |
| HSV(B) | 168º | 1% | 0.53% | - |
| XYZ | 11.37 | 18.41 | 17.14 | - |
| YUV | 91.56 | 137.27 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 108 | 1 | 0 | 0.2 | 0.47 | 168 | 1 | 0.26 |
| Hex | 0 | 87 | 6C | 64 | 0 | 14 | 2F | A8 | 64 | 1A |
| Octal | 0 | 207 | 154 | 144 | 0 | 24 | 57 | 250 | 144 | 32 |
| Binary | 0 | 10000111 | 1101100 | 1100100 | 0 | 10100 | 101111 | 10101000 | 1100100 | 11010 |
Color Harmonies of #00876C
Complementary color
Monochromatic Colors of #00876C
Black with #00876C
Text Example
Text Example
White with #00876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00876C; }
p { color: rgb(0,135,108); }
H1.HeaderClassName
{
color: #00876C;
}
.AnyTagClassName
{
color: #00876C;
}
</style>
background-color css
<style>
a { background-color: #00876C; }
a { background-color: rgb(0,135,108); }
div.DivClassName
{
background-color: #00876C;
}
.BgClassName
{
background-color: #00876C;
}
</style>
border-color css
<style>
span { border-color: #00876C; }
span { border-color: rgb(0,135,108); }
td.TdClassName
{
border-color: #00876C;
}
.TagClassName
{
border-color: #00876C;
}
</style>