Shades of Observatory #00866B
Tints of Observatory #00866B
RGB
CMYK
RGB Variations
Color information
#00866B (or 0x00866B) is known color: Observatory. HEX triplet: 00, 86 and 6B. RGB value is (0,134,107). Sum of RGB (Red+Green+Blue) = 0+134+107=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 134 (52.73% from 255 or 55.60% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 134 - color contains mainly: green. Hex color #00866B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00866B is #FF7994. Grayscale: #5A5A5A. Windows color (decimal): -16742805 or 7046656. OLE color: 7046656.
HSL color Cylindrical-coordinate representation of color #00866B: hue angle of 167.91º 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 #00866B is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 134 | 107 | - |
| CMYK | 1 | 0 | 0.20 | 0.47 |
| HSL | 167.91º | 1% | 0.26% | - |
| HSV(B) | 167.91º | 1% | 0.53% | - |
| XYZ | 11.18 | 18.11 | 16.82 | - |
| YUV | 90.86 | 137.11 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 134 | 107 | 1 | 0 | 0.20 | 0.47 | 167.91 | 1 | 0.26 |
| Hex | 0 | 86 | 6B | 64 | 0 | 14 | 2F | A8 | 64 | 1A |
| Octal | 0 | 206 | 153 | 144 | 0 | 24 | 57 | 250 | 144 | 32 |
| Binary | 0 | 10000110 | 1101011 | 1100100 | 0 | 10100 | 101111 | 10101000 | 1100100 | 11010 |
Color Harmonies of #00866B
Complementary color
Monochromatic Colors of #00866B
Black with #00866B
Text Example
Text Example
White with #00866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00866B; }
p { color: rgb(0,134,107); }
H1.HeaderClassName
{
color: #00866B;
}
.AnyTagClassName
{
color: #00866B;
}
</style>
background-color css
<style>
a { background-color: #00866B; }
a { background-color: rgb(0,134,107); }
div.DivClassName
{
background-color: #00866B;
}
.BgClassName
{
background-color: #00866B;
}
</style>
border-color css
<style>
span { border-color: #00866B; }
span { border-color: rgb(0,134,107); }
td.TdClassName
{
border-color: #00866B;
}
.TagClassName
{
border-color: #00866B;
}
</style>