Shades of Observatory #11917F
Tints of Observatory #11917F
RGB
CMYK
RGB Variations
Color information
#11917F (or 0x11917F) is known color: Observatory. HEX triplet: 11, 91 and 7F. RGB value is (17,145,127). Sum of RGB (Red+Green+Blue) = 17+145+127=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 145 (57.03% from 255 or 50.17% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 145 - color contains mainly: green. Hex color #11917F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11917F is #EE6E80. Grayscale: #686868. Windows color (decimal): -15625857 or 8360209. OLE color: 8360209.
HSL color Cylindrical-coordinate representation of color #11917F: hue angle of 171.56º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11917F is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 145 | 127 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.43 |
| HSL | 171.56º | 0.79% | 0.32% | - |
| HSV(B) | 171.56º | 0.88% | 0.57% | - |
| XYZ | 14.19 | 21.9 | 23.56 | - |
| YUV | 104.68 | 140.59 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 145 | 127 | 0.88 | 0 | 0.12 | 0.43 | 171.56 | 0.79 | 0.32 |
| Hex | 11 | 91 | 7F | 58 | 0 | C | 2B | AC | 4F | 20 |
| Octal | 21 | 221 | 177 | 130 | 0 | 14 | 53 | 254 | 117 | 40 |
| Binary | 10001 | 10010001 | 1111111 | 1011000 | 0 | 1100 | 101011 | 10101100 | 1001111 | 100000 |
Color Harmonies of #11917F
Complementary color
Monochromatic Colors of #11917F
Black with #11917F
Text Example
Text Example
White with #11917F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11917F; }
p { color: rgb(17,145,127); }
H1.HeaderClassName
{
color: #11917F;
}
.AnyTagClassName
{
color: #11917F;
}
</style>
background-color css
<style>
a { background-color: #11917F; }
a { background-color: rgb(17,145,127); }
div.DivClassName
{
background-color: #11917F;
}
.BgClassName
{
background-color: #11917F;
}
</style>
border-color css
<style>
span { border-color: #11917F; }
span { border-color: rgb(17,145,127); }
td.TdClassName
{
border-color: #11917F;
}
.TagClassName
{
border-color: #11917F;
}
</style>