Shades of Observatory #06917D
Tints of Observatory #06917D
RGB
CMYK
RGB Variations
Color information
#06917D (or 0x06917D) is known color: Observatory. HEX triplet: 06, 91 and 7D. RGB value is (6,145,125). Sum of RGB (Red+Green+Blue) = 6+145+125=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 145 (57.03% from 255 or 52.54% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 145 - color contains mainly: green. Hex color #06917D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06917D is #F96E82. Grayscale: #656565. Windows color (decimal): -16346755 or 8229126. OLE color: 8229126.
HSL color Cylindrical-coordinate representation of color #06917D: hue angle of 171.37º 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 #06917D is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 145 | 125 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.43 |
| HSL | 171.37º | 0.92% | 0.3% | - |
| HSV(B) | 171.37º | 0.96% | 0.57% | - |
| XYZ | 13.9 | 21.77 | 22.87 | - |
| YUV | 101.16 | 141.45 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 145 | 125 | 0.96 | 0 | 0.14 | 0.43 | 171.37 | 0.92 | 0.3 |
| Hex | 6 | 91 | 7D | 60 | 0 | E | 2B | AB | 5C | 1E |
| Octal | 6 | 221 | 175 | 140 | 0 | 16 | 53 | 253 | 134 | 36 |
| Binary | 110 | 10010001 | 1111101 | 1100000 | 0 | 1110 | 101011 | 10101011 | 1011100 | 11110 |
Color Harmonies of #06917D
Complementary color
Monochromatic Colors of #06917D
Black with #06917D
Text Example
Text Example
White with #06917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06917D; }
p { color: rgb(6,145,125); }
H1.HeaderClassName
{
color: #06917D;
}
.AnyTagClassName
{
color: #06917D;
}
</style>
background-color css
<style>
a { background-color: #06917D; }
a { background-color: rgb(6,145,125); }
div.DivClassName
{
background-color: #06917D;
}
.BgClassName
{
background-color: #06917D;
}
</style>
border-color css
<style>
span { border-color: #06917D; }
span { border-color: rgb(6,145,125); }
td.TdClassName
{
border-color: #06917D;
}
.TagClassName
{
border-color: #06917D;
}
</style>