Shades of Observatory #008968
Tints of Observatory #008968
RGB
CMYK
RGB Variations
Color information
#008968 (or 0x008968) is known color: Observatory. HEX triplet: 00, 89 and 68. RGB value is (0,137,104). Sum of RGB (Red+Green+Blue) = 0+137+104=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 137 (53.91% from 255 or 56.85% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 137 - color contains mainly: green. Hex color #008968 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008968 is #FF7697. Grayscale: #5C5C5C. Windows color (decimal): -16742040 or 6850816. OLE color: 6850816.
HSL color Cylindrical-coordinate representation of color #008968: hue angle of 165.55º 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 #008968 is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 137 | 104 | - |
| CMYK | 1 | 0 | 0.24 | 0.46 |
| HSL | 165.55º | 1% | 0.27% | - |
| HSV(B) | 165.55º | 1% | 0.54% | - |
| XYZ | 11.44 | 18.89 | 16.14 | - |
| YUV | 92.28 | 134.61 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 137 | 104 | 1 | 0 | 0.24 | 0.46 | 165.55 | 1 | 0.27 |
| Hex | 0 | 89 | 68 | 64 | 0 | 18 | 2E | A6 | 64 | 1B |
| Octal | 0 | 211 | 150 | 144 | 0 | 30 | 56 | 246 | 144 | 33 |
| Binary | 0 | 10001001 | 1101000 | 1100100 | 0 | 11000 | 101110 | 10100110 | 1100100 | 11011 |
Color Harmonies of #008968
Complementary color
Monochromatic Colors of #008968
Black with #008968
Text Example
Text Example
White with #008968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008968; }
p { color: rgb(0,137,104); }
H1.HeaderClassName
{
color: #008968;
}
.AnyTagClassName
{
color: #008968;
}
</style>
background-color css
<style>
a { background-color: #008968; }
a { background-color: rgb(0,137,104); }
div.DivClassName
{
background-color: #008968;
}
.BgClassName
{
background-color: #008968;
}
</style>
border-color css
<style>
span { border-color: #008968; }
span { border-color: rgb(0,137,104); }
td.TdClassName
{
border-color: #008968;
}
.TagClassName
{
border-color: #008968;
}
</style>