Shades of Observatory #06917E
Tints of Observatory #06917E
RGB
CMYK
RGB Variations
Color information
#06917E (or 0x06917E) is known color: Observatory. HEX triplet: 06, 91 and 7E. RGB value is (6,145,126). Sum of RGB (Red+Green+Blue) = 6+145+126=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 145 (57.03% from 255 or 52.35% from 277); Blue value is 126 (49.61% from 255 or 45.49% from 277); Max value from RGB is 145 - color contains mainly: green. Hex color #06917E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06917E is #F96E81. Grayscale: #656565. Windows color (decimal): -16346754 or 8294662. OLE color: 8294662.
HSL color Cylindrical-coordinate representation of color #06917E: hue angle of 171.8º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06917E is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 145 | 126 | - |
| CMYK | 0.96 | 0 | 0.13 | 0.43 |
| HSL | 171.8º | 0.92% | 0.3% | - |
| HSV(B) | 171.8º | 0.96% | 0.57% | - |
| XYZ | 13.97 | 21.8 | 23.21 | - |
| YUV | 101.27 | 141.95 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 145 | 126 | 0.96 | 0 | 0.13 | 0.43 | 171.8 | 0.92 | 0.3 |
| Hex | 6 | 91 | 7E | 60 | 0 | D | 2B | AC | 5C | 1E |
| Octal | 6 | 221 | 176 | 140 | 0 | 15 | 53 | 254 | 134 | 36 |
| Binary | 110 | 10010001 | 1111110 | 1100000 | 0 | 1101 | 101011 | 10101100 | 1011100 | 11110 |
Color Harmonies of #06917E
Complementary color
Monochromatic Colors of #06917E
Black with #06917E
Text Example
Text Example
White with #06917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06917E; }
p { color: rgb(6,145,126); }
H1.HeaderClassName
{
color: #06917E;
}
.AnyTagClassName
{
color: #06917E;
}
</style>
background-color css
<style>
a { background-color: #06917E; }
a { background-color: rgb(6,145,126); }
div.DivClassName
{
background-color: #06917E;
}
.BgClassName
{
background-color: #06917E;
}
</style>
border-color css
<style>
span { border-color: #06917E; }
span { border-color: rgb(6,145,126); }
td.TdClassName
{
border-color: #06917E;
}
.TagClassName
{
border-color: #06917E;
}
</style>