Shades of Observatory #00846E
Tints of Observatory #00846E
RGB
CMYK
RGB Variations
Color information
#00846E (or 0x00846E) is known color: Observatory. HEX triplet: 00, 84 and 6E. RGB value is (0,132,110). Sum of RGB (Red+Green+Blue) = 0+132+110=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 132 (51.95% from 255 or 54.55% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 132 - color contains mainly: green. Hex color #00846E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00846E is #FF7B91. Grayscale: #595959. Windows color (decimal): -16743314 or 7242752. OLE color: 7242752.
HSL color Cylindrical-coordinate representation of color #00846E: hue angle of 170º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00846E is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 132 | 110 | - |
| CMYK | 1 | 0 | 0.17 | 0.48 |
| HSL | 170º | 1% | 0.26% | - |
| HSV(B) | 170º | 1% | 0.52% | - |
| XYZ | 11.07 | 17.63 | 17.57 | - |
| YUV | 90.02 | 139.27 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 110 | 1 | 0 | 0.17 | 0.48 | 170 | 1 | 0.26 |
| Hex | 0 | 84 | 6E | 64 | 0 | 11 | 30 | AA | 64 | 1A |
| Octal | 0 | 204 | 156 | 144 | 0 | 21 | 60 | 252 | 144 | 32 |
| Binary | 0 | 10000100 | 1101110 | 1100100 | 0 | 10001 | 110000 | 10101010 | 1100100 | 11010 |
Color Harmonies of #00846E
Complementary color
Monochromatic Colors of #00846E
Black with #00846E
Text Example
Text Example
White with #00846E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00846E; }
p { color: rgb(0,132,110); }
H1.HeaderClassName
{
color: #00846E;
}
.AnyTagClassName
{
color: #00846E;
}
</style>
background-color css
<style>
a { background-color: #00846E; }
a { background-color: rgb(0,132,110); }
div.DivClassName
{
background-color: #00846E;
}
.BgClassName
{
background-color: #00846E;
}
</style>
border-color css
<style>
span { border-color: #00846E; }
span { border-color: rgb(0,132,110); }
td.TdClassName
{
border-color: #00846E;
}
.TagClassName
{
border-color: #00846E;
}
</style>