Shades of Observatory #109374
Tints of Observatory #109374
RGB
CMYK
RGB Variations
Color information
#109374 (or 0x109374) is known color: Observatory. HEX triplet: 10, 93 and 74. RGB value is (16,147,116). Sum of RGB (Red+Green+Blue) = 16+147+116=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 147 (57.81% from 255 or 52.69% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 147 - color contains mainly: green. Hex color #109374 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109374 is #EF6C8B. Grayscale: #686868. Windows color (decimal): -15690892 or 7639824. OLE color: 7639824.
HSL color Cylindrical-coordinate representation of color #109374: hue angle of 165.8º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109374 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 147 | 116 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.42 |
| HSL | 165.8º | 0.8% | 0.32% | - |
| HSV(B) | 165.8º | 0.89% | 0.58% | - |
| XYZ | 13.8 | 22.24 | 20.09 | - |
| YUV | 104.3 | 134.6 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 147 | 116 | 0.89 | 0 | 0.21 | 0.42 | 165.8 | 0.8 | 0.32 |
| Hex | 10 | 93 | 74 | 59 | 0 | 15 | 2A | A6 | 50 | 20 |
| Octal | 20 | 223 | 164 | 131 | 0 | 25 | 52 | 246 | 120 | 40 |
| Binary | 10000 | 10010011 | 1110100 | 1011001 | 0 | 10101 | 101010 | 10100110 | 1010000 | 100000 |
Color Harmonies of #109374
Complementary color
Monochromatic Colors of #109374
Black with #109374
Text Example
Text Example
White with #109374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109374; }
p { color: rgb(16,147,116); }
H1.HeaderClassName
{
color: #109374;
}
.AnyTagClassName
{
color: #109374;
}
</style>
background-color css
<style>
a { background-color: #109374; }
a { background-color: rgb(16,147,116); }
div.DivClassName
{
background-color: #109374;
}
.BgClassName
{
background-color: #109374;
}
</style>
border-color css
<style>
span { border-color: #109374; }
span { border-color: rgb(16,147,116); }
td.TdClassName
{
border-color: #109374;
}
.TagClassName
{
border-color: #109374;
}
</style>