Shades of Observatory #00846D
Tints of Observatory #00846D
RGB
CMYK
RGB Variations
Color information
#00846D (or 0x00846D) is known color: Observatory. HEX triplet: 00, 84 and 6D. RGB value is (0,132,109). Sum of RGB (Red+Green+Blue) = 0+132+109=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 132 (51.95% from 255 or 54.77% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 132 - color contains mainly: green. Hex color #00846D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00846D is #FF7B92. Grayscale: #595959. Windows color (decimal): -16743315 or 7177216. OLE color: 7177216.
HSL color Cylindrical-coordinate representation of color #00846D: hue angle of 169.55º 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 #00846D is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 132 | 109 | - |
| CMYK | 1 | 0 | 0.17 | 0.48 |
| HSL | 169.55º | 1% | 0.26% | - |
| HSV(B) | 169.55º | 1% | 0.52% | - |
| XYZ | 11.01 | 17.61 | 17.29 | - |
| YUV | 89.91 | 138.77 | 63.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 109 | 1 | 0 | 0.17 | 0.48 | 169.55 | 1 | 0.26 |
| Hex | 0 | 84 | 6D | 64 | 0 | 11 | 30 | AA | 64 | 1A |
| Octal | 0 | 204 | 155 | 144 | 0 | 21 | 60 | 252 | 144 | 32 |
| Binary | 0 | 10000100 | 1101101 | 1100100 | 0 | 10001 | 110000 | 10101010 | 1100100 | 11010 |
Color Harmonies of #00846D
Complementary color
Monochromatic Colors of #00846D
Black with #00846D
Text Example
Text Example
White with #00846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00846D; }
p { color: rgb(0,132,109); }
H1.HeaderClassName
{
color: #00846D;
}
.AnyTagClassName
{
color: #00846D;
}
</style>
background-color css
<style>
a { background-color: #00846D; }
a { background-color: rgb(0,132,109); }
div.DivClassName
{
background-color: #00846D;
}
.BgClassName
{
background-color: #00846D;
}
</style>
border-color css
<style>
span { border-color: #00846D; }
span { border-color: rgb(0,132,109); }
td.TdClassName
{
border-color: #00846D;
}
.TagClassName
{
border-color: #00846D;
}
</style>