Shades of Observatory #00896E
Tints of Observatory #00896E
RGB
CMYK
RGB Variations
Color information
#00896E (or 0x00896E) is known color: Observatory. HEX triplet: 00, 89 and 6E. RGB value is (0,137,110). Sum of RGB (Red+Green+Blue) = 0+137+110=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 137 (53.91% from 255 or 55.47% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 137 - color contains mainly: green. Hex color #00896E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00896E is #FF7691. Grayscale: #5C5C5C. Windows color (decimal): -16742034 or 7244032. OLE color: 7244032.
HSL color Cylindrical-coordinate representation of color #00896E: hue angle of 168.18º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00896E is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 137 | 110 | - |
| CMYK | 1 | 0 | 0.20 | 0.46 |
| HSL | 168.18º | 1% | 0.27% | - |
| HSV(B) | 168.18º | 1% | 0.54% | - |
| XYZ | 11.76 | 19.02 | 17.8 | - |
| YUV | 92.96 | 137.61 | 61.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 137 | 110 | 1 | 0 | 0.20 | 0.46 | 168.18 | 1 | 0.27 |
| Hex | 0 | 89 | 6E | 64 | 0 | 14 | 2E | A8 | 64 | 1B |
| Octal | 0 | 211 | 156 | 144 | 0 | 24 | 56 | 250 | 144 | 33 |
| Binary | 0 | 10001001 | 1101110 | 1100100 | 0 | 10100 | 101110 | 10101000 | 1100100 | 11011 |
Color Harmonies of #00896E
Complementary color
Monochromatic Colors of #00896E
Black with #00896E
Text Example
Text Example
White with #00896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00896E; }
p { color: rgb(0,137,110); }
H1.HeaderClassName
{
color: #00896E;
}
.AnyTagClassName
{
color: #00896E;
}
</style>
background-color css
<style>
a { background-color: #00896E; }
a { background-color: rgb(0,137,110); }
div.DivClassName
{
background-color: #00896E;
}
.BgClassName
{
background-color: #00896E;
}
</style>
border-color css
<style>
span { border-color: #00896E; }
span { border-color: rgb(0,137,110); }
td.TdClassName
{
border-color: #00896E;
}
.TagClassName
{
border-color: #00896E;
}
</style>