Shades of Observatory #08917D
Tints of Observatory #08917D
RGB
CMYK
RGB Variations
Color information
#08917D (or 0x08917D) is known color: Observatory. HEX triplet: 08, 91 and 7D. RGB value is (8,145,125). Sum of RGB (Red+Green+Blue) = 8+145+125=278 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.88% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #08917D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08917D is #F76E82. Grayscale: #656565. Windows color (decimal): -16215683 or 8229128. OLE color: 8229128.
HSL color Cylindrical-coordinate representation of color #08917D: hue angle of 171.24º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08917D is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 145 | 125 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.43 |
| HSL | 171.24º | 0.9% | 0.3% | - |
| HSV(B) | 171.24º | 0.94% | 0.57% | - |
| XYZ | 13.93 | 21.78 | 22.87 | - |
| YUV | 101.76 | 141.11 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 145 | 125 | 0.94 | 0 | 0.14 | 0.43 | 171.24 | 0.9 | 0.3 |
| Hex | 8 | 91 | 7D | 5E | 0 | E | 2B | AB | 5A | 1E |
| Octal | 10 | 221 | 175 | 136 | 0 | 16 | 53 | 253 | 132 | 36 |
| Binary | 1000 | 10010001 | 1111101 | 1011110 | 0 | 1110 | 101011 | 10101011 | 1011010 | 11110 |
Color Harmonies of #08917D
Complementary color
Monochromatic Colors of #08917D
Black with #08917D
Text Example
Text Example
White with #08917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08917D; }
p { color: rgb(8,145,125); }
H1.HeaderClassName
{
color: #08917D;
}
.AnyTagClassName
{
color: #08917D;
}
</style>
background-color css
<style>
a { background-color: #08917D; }
a { background-color: rgb(8,145,125); }
div.DivClassName
{
background-color: #08917D;
}
.BgClassName
{
background-color: #08917D;
}
</style>
border-color css
<style>
span { border-color: #08917D; }
span { border-color: rgb(8,145,125); }
td.TdClassName
{
border-color: #08917D;
}
.TagClassName
{
border-color: #08917D;
}
</style>