Shades of Observatory #11907A
Tints of Observatory #11907A
RGB
CMYK
RGB Variations
Color information
#11907A (or 0x11907A) is known color: Observatory. HEX triplet: 11, 90 and 7A. RGB value is (17,144,122). Sum of RGB (Red+Green+Blue) = 17+144+122=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 144 (56.64% from 255 or 50.88% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 144 - color contains mainly: green. Hex color #11907A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11907A is #EE6F85. Grayscale: #676767. Windows color (decimal): -15626118 or 8032273. OLE color: 8032273.
HSL color Cylindrical-coordinate representation of color #11907A: hue angle of 169.61º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11907A is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 144 | 122 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.44 |
| HSL | 169.61º | 0.79% | 0.32% | - |
| HSV(B) | 169.61º | 0.88% | 0.56% | - |
| XYZ | 13.72 | 21.47 | 21.83 | - |
| YUV | 103.52 | 138.42 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 144 | 122 | 0.88 | 0 | 0.15 | 0.44 | 169.61 | 0.79 | 0.32 |
| Hex | 11 | 90 | 7A | 58 | 0 | F | 2C | AA | 4F | 20 |
| Octal | 21 | 220 | 172 | 130 | 0 | 17 | 54 | 252 | 117 | 40 |
| Binary | 10001 | 10010000 | 1111010 | 1011000 | 0 | 1111 | 101100 | 10101010 | 1001111 | 100000 |
Color Harmonies of #11907A
Complementary color
Monochromatic Colors of #11907A
Black with #11907A
Text Example
Text Example
White with #11907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11907A; }
p { color: rgb(17,144,122); }
H1.HeaderClassName
{
color: #11907A;
}
.AnyTagClassName
{
color: #11907A;
}
</style>
background-color css
<style>
a { background-color: #11907A; }
a { background-color: rgb(17,144,122); }
div.DivClassName
{
background-color: #11907A;
}
.BgClassName
{
background-color: #11907A;
}
</style>
border-color css
<style>
span { border-color: #11907A; }
span { border-color: rgb(17,144,122); }
td.TdClassName
{
border-color: #11907A;
}
.TagClassName
{
border-color: #11907A;
}
</style>