Shades of Observatory #088F69
Tints of Observatory #088F69
RGB
CMYK
RGB Variations
Color information
#088F69 (or 0x088F69) is known color: Observatory. HEX triplet: 08, 8F and 69. RGB value is (8,143,105). Sum of RGB (Red+Green+Blue) = 8+143+105=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 143 (56.25% from 255 or 55.86% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 143 - color contains mainly: green. Hex color #088F69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088F69 is #F77096. Grayscale: #626262. Windows color (decimal): -16216215 or 6917896. OLE color: 6917896.
HSL color Cylindrical-coordinate representation of color #088F69: hue angle of 163.11º 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 #088F69 is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 143 | 105 | - |
| CMYK | 0.94 | 0 | 0.27 | 0.44 |
| HSL | 163.11º | 0.89% | 0.3% | - |
| HSV(B) | 163.11º | 0.94% | 0.56% | - |
| XYZ | 12.47 | 20.72 | 16.71 | - |
| YUV | 98.3 | 131.77 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 143 | 105 | 0.94 | 0 | 0.27 | 0.44 | 163.11 | 0.89 | 0.3 |
| Hex | 8 | 8F | 69 | 5E | 0 | 1B | 2C | A3 | 59 | 1E |
| Octal | 10 | 217 | 151 | 136 | 0 | 33 | 54 | 243 | 131 | 36 |
| Binary | 1000 | 10001111 | 1101001 | 1011110 | 0 | 11011 | 101100 | 10100011 | 1011001 | 11110 |
Color Harmonies of #088F69
Complementary color
Monochromatic Colors of #088F69
Black with #088F69
Text Example
Text Example
White with #088F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088F69; }
p { color: rgb(8,143,105); }
H1.HeaderClassName
{
color: #088F69;
}
.AnyTagClassName
{
color: #088F69;
}
</style>
background-color css
<style>
a { background-color: #088F69; }
a { background-color: rgb(8,143,105); }
div.DivClassName
{
background-color: #088F69;
}
.BgClassName
{
background-color: #088F69;
}
</style>
border-color css
<style>
span { border-color: #088F69; }
span { border-color: rgb(8,143,105); }
td.TdClassName
{
border-color: #088F69;
}
.TagClassName
{
border-color: #088F69;
}
</style>