Shades of Observatory #00896A
Tints of Observatory #00896A
RGB
CMYK
RGB Variations
Color information
#00896A (or 0x00896A) is known color: Observatory. HEX triplet: 00, 89 and 6A. RGB value is (0,137,106). Sum of RGB (Red+Green+Blue) = 0+137+106=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 137 (53.91% from 255 or 56.38% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 137 - color contains mainly: green. Hex color #00896A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00896A is #FF7695. Grayscale: #5C5C5C. Windows color (decimal): -16742038 or 6981888. OLE color: 6981888.
HSL color Cylindrical-coordinate representation of color #00896A: hue angle of 166.42º 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 #00896A is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 137 | 106 | - |
| CMYK | 1 | 0 | 0.23 | 0.46 |
| HSL | 166.42º | 1% | 0.27% | - |
| HSV(B) | 166.42º | 1% | 0.54% | - |
| XYZ | 11.55 | 18.93 | 16.68 | - |
| YUV | 92.5 | 135.61 | 62.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 137 | 106 | 1 | 0 | 0.23 | 0.46 | 166.42 | 1 | 0.27 |
| Hex | 0 | 89 | 6A | 64 | 0 | 17 | 2E | A6 | 64 | 1B |
| Octal | 0 | 211 | 152 | 144 | 0 | 27 | 56 | 246 | 144 | 33 |
| Binary | 0 | 10001001 | 1101010 | 1100100 | 0 | 10111 | 101110 | 10100110 | 1100100 | 11011 |
Color Harmonies of #00896A
Complementary color
Monochromatic Colors of #00896A
Black with #00896A
Text Example
Text Example
White with #00896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00896A; }
p { color: rgb(0,137,106); }
H1.HeaderClassName
{
color: #00896A;
}
.AnyTagClassName
{
color: #00896A;
}
</style>
background-color css
<style>
a { background-color: #00896A; }
a { background-color: rgb(0,137,106); }
div.DivClassName
{
background-color: #00896A;
}
.BgClassName
{
background-color: #00896A;
}
</style>
border-color css
<style>
span { border-color: #00896A; }
span { border-color: rgb(0,137,106); }
td.TdClassName
{
border-color: #00896A;
}
.TagClassName
{
border-color: #00896A;
}
</style>