Shades of Observatory #088A61
Tints of Observatory #088A61
RGB
CMYK
RGB Variations
Color information
#088A61 (or 0x088A61) is known color: Observatory. HEX triplet: 08, 8A and 61. RGB value is (8,138,97). Sum of RGB (Red+Green+Blue) = 8+138+97=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 138 (54.30% from 255 or 56.79% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 138 - color contains mainly: green. Hex color #088A61 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088A61 is #F7759E. Grayscale: #5E5E5E. Windows color (decimal): -16217503 or 6392328. OLE color: 6392328.
HSL color Cylindrical-coordinate representation of color #088A61: hue angle of 161.08º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088A61 is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 138 | 97 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.46 |
| HSL | 161.08º | 0.89% | 0.29% | - |
| HSV(B) | 161.08º | 0.94% | 0.54% | - |
| XYZ | 11.35 | 19.09 | 14.4 | - |
| YUV | 94.46 | 129.43 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 138 | 97 | 0.94 | 0 | 0.30 | 0.46 | 161.08 | 0.89 | 0.29 |
| Hex | 8 | 8A | 61 | 5E | 0 | 1E | 2E | A1 | 59 | 1D |
| Octal | 10 | 212 | 141 | 136 | 0 | 36 | 56 | 241 | 131 | 35 |
| Binary | 1000 | 10001010 | 1100001 | 1011110 | 0 | 11110 | 101110 | 10100001 | 1011001 | 11101 |
Color Harmonies of #088A61
Complementary color
Monochromatic Colors of #088A61
Black with #088A61
Text Example
Text Example
White with #088A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088A61; }
p { color: rgb(8,138,97); }
H1.HeaderClassName
{
color: #088A61;
}
.AnyTagClassName
{
color: #088A61;
}
</style>
background-color css
<style>
a { background-color: #088A61; }
a { background-color: rgb(8,138,97); }
div.DivClassName
{
background-color: #088A61;
}
.BgClassName
{
background-color: #088A61;
}
</style>
border-color css
<style>
span { border-color: #088A61; }
span { border-color: rgb(8,138,97); }
td.TdClassName
{
border-color: #088A61;
}
.TagClassName
{
border-color: #088A61;
}
</style>