Shades of Observatory #06917C
Tints of Observatory #06917C
RGB
CMYK
RGB Variations
Color information
#06917C (or 0x06917C) is known color: Observatory. HEX triplet: 06, 91 and 7C. RGB value is (6,145,124). Sum of RGB (Red+Green+Blue) = 6+145+124=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 145 (57.03% from 255 or 52.73% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 145 - color contains mainly: green. Hex color #06917C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06917C is #F96E83. Grayscale: #646464. Windows color (decimal): -16346756 or 8163590. OLE color: 8163590.
HSL color Cylindrical-coordinate representation of color #06917C: hue angle of 170.94º 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 #06917C is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 145 | 124 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.43 |
| HSL | 170.94º | 0.92% | 0.3% | - |
| HSV(B) | 170.94º | 0.96% | 0.57% | - |
| XYZ | 13.84 | 21.74 | 22.54 | - |
| YUV | 101.05 | 140.95 | 60.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 145 | 124 | 0.96 | 0 | 0.14 | 0.43 | 170.94 | 0.92 | 0.3 |
| Hex | 6 | 91 | 7C | 60 | 0 | E | 2B | AB | 5C | 1E |
| Octal | 6 | 221 | 174 | 140 | 0 | 16 | 53 | 253 | 134 | 36 |
| Binary | 110 | 10010001 | 1111100 | 1100000 | 0 | 1110 | 101011 | 10101011 | 1011100 | 11110 |
Color Harmonies of #06917C
Complementary color
Monochromatic Colors of #06917C
Black with #06917C
Text Example
Text Example
White with #06917C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06917C; }
p { color: rgb(6,145,124); }
H1.HeaderClassName
{
color: #06917C;
}
.AnyTagClassName
{
color: #06917C;
}
</style>
background-color css
<style>
a { background-color: #06917C; }
a { background-color: rgb(6,145,124); }
div.DivClassName
{
background-color: #06917C;
}
.BgClassName
{
background-color: #06917C;
}
</style>
border-color css
<style>
span { border-color: #06917C; }
span { border-color: rgb(6,145,124); }
td.TdClassName
{
border-color: #06917C;
}
.TagClassName
{
border-color: #06917C;
}
</style>