Shades of Observatory #008D68
Tints of Observatory #008D68
RGB
CMYK
RGB Variations
Color information
#008D68 (or 0x008D68) is known color: Observatory. HEX triplet: 00, 8D and 68. RGB value is (0,141,104). Sum of RGB (Red+Green+Blue) = 0+141+104=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 141 (55.47% from 255 or 57.55% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 141 - color contains mainly: green. Hex color #008D68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008D68 is #FF7297. Grayscale: #5E5E5E. Windows color (decimal): -16741016 or 6851840. OLE color: 6851840.
HSL color Cylindrical-coordinate representation of color #008D68: hue angle of 164.26º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008D68 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 141 | 104 | - |
| CMYK | 1 | 0 | 0.26 | 0.45 |
| HSL | 164.26º | 1% | 0.28% | - |
| HSV(B) | 164.26º | 1% | 0.55% | - |
| XYZ | 12.02 | 20.05 | 16.33 | - |
| YUV | 94.62 | 133.29 | 60.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 104 | 1 | 0 | 0.26 | 0.45 | 164.26 | 1 | 0.28 |
| Hex | 0 | 8D | 68 | 64 | 0 | 1A | 2D | A4 | 64 | 1C |
| Octal | 0 | 215 | 150 | 144 | 0 | 32 | 55 | 244 | 144 | 34 |
| Binary | 0 | 10001101 | 1101000 | 1100100 | 0 | 11010 | 101101 | 10100100 | 1100100 | 11100 |
Color Harmonies of #008D68
Complementary color
Monochromatic Colors of #008D68
Black with #008D68
Text Example
Text Example
White with #008D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008D68; }
p { color: rgb(0,141,104); }
H1.HeaderClassName
{
color: #008D68;
}
.AnyTagClassName
{
color: #008D68;
}
</style>
background-color css
<style>
a { background-color: #008D68; }
a { background-color: rgb(0,141,104); }
div.DivClassName
{
background-color: #008D68;
}
.BgClassName
{
background-color: #008D68;
}
</style>
border-color css
<style>
span { border-color: #008D68; }
span { border-color: rgb(0,141,104); }
td.TdClassName
{
border-color: #008D68;
}
.TagClassName
{
border-color: #008D68;
}
</style>