Shades of Observatory #088F64
Tints of Observatory #088F64
RGB
CMYK
RGB Variations
Color information
#088F64 (or 0x088F64) is known color: Observatory. HEX triplet: 08, 8F and 64. RGB value is (8,143,100). Sum of RGB (Red+Green+Blue) = 8+143+100=251 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.19% from 251); Green value is 143 (56.25% from 255 or 56.97% from 251); Blue value is 100 (39.45% from 255 or 39.84% from 251); Max value from RGB is 143 - color contains mainly: green. Hex color #088F64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088F64 is #F7709B. Grayscale: #616161. Windows color (decimal): -16216220 or 6590216. OLE color: 6590216.
HSL color Cylindrical-coordinate representation of color #088F64: hue angle of 160.89º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088F64 is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 143 | 100 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.44 |
| HSL | 160.89º | 0.89% | 0.3% | - |
| HSV(B) | 160.89º | 0.94% | 0.56% | - |
| XYZ | 12.22 | 20.62 | 15.39 | - |
| YUV | 97.73 | 129.27 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 143 | 100 | 0.94 | 0 | 0.30 | 0.44 | 160.89 | 0.89 | 0.3 |
| Hex | 8 | 8F | 64 | 5E | 0 | 1E | 2C | A1 | 59 | 1E |
| Octal | 10 | 217 | 144 | 136 | 0 | 36 | 54 | 241 | 131 | 36 |
| Binary | 1000 | 10001111 | 1100100 | 1011110 | 0 | 11110 | 101100 | 10100001 | 1011001 | 11110 |
Color Harmonies of #088F64
Complementary color
Monochromatic Colors of #088F64
Black with #088F64
Text Example
Text Example
White with #088F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088F64; }
p { color: rgb(8,143,100); }
H1.HeaderClassName
{
color: #088F64;
}
.AnyTagClassName
{
color: #088F64;
}
</style>
background-color css
<style>
a { background-color: #088F64; }
a { background-color: rgb(8,143,100); }
div.DivClassName
{
background-color: #088F64;
}
.BgClassName
{
background-color: #088F64;
}
</style>
border-color css
<style>
span { border-color: #088F64; }
span { border-color: rgb(8,143,100); }
td.TdClassName
{
border-color: #088F64;
}
.TagClassName
{
border-color: #088F64;
}
</style>