Shades of Observatory #00856C
Tints of Observatory #00856C
RGB
CMYK
RGB Variations
Color information
#00856C (or 0x00856C) is known color: Observatory. HEX triplet: 00, 85 and 6C. RGB value is (0,133,108). Sum of RGB (Red+Green+Blue) = 0+133+108=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 133 (52.34% from 255 or 55.19% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 133 - color contains mainly: green. Hex color #00856C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00856C is #FF7A93. Grayscale: #5A5A5A. Windows color (decimal): -16743060 or 7111936. OLE color: 7111936.
HSL color Cylindrical-coordinate representation of color #00856C: hue angle of 168.72º 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 #00856C is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 108 | - |
| CMYK | 1 | 0 | 0.19 | 0.48 |
| HSL | 168.72º | 1% | 0.26% | - |
| HSV(B) | 168.72º | 1% | 0.52% | - |
| XYZ | 11.09 | 17.86 | 17.05 | - |
| YUV | 90.38 | 137.94 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 108 | 1 | 0 | 0.19 | 0.48 | 168.72 | 1 | 0.26 |
| Hex | 0 | 85 | 6C | 64 | 0 | 13 | 30 | A9 | 64 | 1A |
| Octal | 0 | 205 | 154 | 144 | 0 | 23 | 60 | 251 | 144 | 32 |
| Binary | 0 | 10000101 | 1101100 | 1100100 | 0 | 10011 | 110000 | 10101001 | 1100100 | 11010 |
Color Harmonies of #00856C
Complementary color
Monochromatic Colors of #00856C
Black with #00856C
Text Example
Text Example
White with #00856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00856C; }
p { color: rgb(0,133,108); }
H1.HeaderClassName
{
color: #00856C;
}
.AnyTagClassName
{
color: #00856C;
}
</style>
background-color css
<style>
a { background-color: #00856C; }
a { background-color: rgb(0,133,108); }
div.DivClassName
{
background-color: #00856C;
}
.BgClassName
{
background-color: #00856C;
}
</style>
border-color css
<style>
span { border-color: #00856C; }
span { border-color: rgb(0,133,108); }
td.TdClassName
{
border-color: #00856C;
}
.TagClassName
{
border-color: #00856C;
}
</style>