Shades of Observatory #088E64
Tints of Observatory #088E64
RGB
CMYK
RGB Variations
Color information
#088E64 (or 0x088E64) is known color: Observatory. HEX triplet: 08, 8E and 64. RGB value is (8,142,100). Sum of RGB (Red+Green+Blue) = 8+142+100=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 142 (55.86% from 255 or 56.8% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 142 - color contains mainly: green. Hex color #088E64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088E64 is #F7719B. Grayscale: #616161. Windows color (decimal): -16216476 or 6589960. OLE color: 6589960.
HSL color Cylindrical-coordinate representation of color #088E64: hue angle of 161.19º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088E64 is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 142 | 100 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.44 |
| HSL | 161.19º | 0.89% | 0.29% | - |
| HSV(B) | 161.19º | 0.94% | 0.56% | - |
| XYZ | 12.07 | 20.32 | 15.34 | - |
| YUV | 97.15 | 129.61 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 142 | 100 | 0.94 | 0 | 0.30 | 0.44 | 161.19 | 0.89 | 0.29 |
| Hex | 8 | 8E | 64 | 5E | 0 | 1E | 2C | A1 | 59 | 1D |
| Octal | 10 | 216 | 144 | 136 | 0 | 36 | 54 | 241 | 131 | 35 |
| Binary | 1000 | 10001110 | 1100100 | 1011110 | 0 | 11110 | 101100 | 10100001 | 1011001 | 11101 |
Color Harmonies of #088E64
Complementary color
Monochromatic Colors of #088E64
Black with #088E64
Text Example
Text Example
White with #088E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088E64; }
p { color: rgb(8,142,100); }
H1.HeaderClassName
{
color: #088E64;
}
.AnyTagClassName
{
color: #088E64;
}
</style>
background-color css
<style>
a { background-color: #088E64; }
a { background-color: rgb(8,142,100); }
div.DivClassName
{
background-color: #088E64;
}
.BgClassName
{
background-color: #088E64;
}
</style>
border-color css
<style>
span { border-color: #088E64; }
span { border-color: rgb(8,142,100); }
td.TdClassName
{
border-color: #088E64;
}
.TagClassName
{
border-color: #088E64;
}
</style>