Shades of Observatory #06917A
Tints of Observatory #06917A
RGB
CMYK
RGB Variations
Color information
#06917A (or 0x06917A) is known color: Observatory. HEX triplet: 06, 91 and 7A. RGB value is (6,145,122). Sum of RGB (Red+Green+Blue) = 6+145+122=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 145 (57.03% from 255 or 53.11% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 145 - color contains mainly: green. Hex color #06917A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06917A is #F96E85. Grayscale: #646464. Windows color (decimal): -16346758 or 8032518. OLE color: 8032518.
HSL color Cylindrical-coordinate representation of color #06917A: hue angle of 170.07º 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 #06917A is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 145 | 122 | - |
| CMYK | 0.96 | 0 | 0.16 | 0.43 |
| HSL | 170.07º | 0.92% | 0.3% | - |
| HSV(B) | 170.07º | 0.96% | 0.57% | - |
| XYZ | 13.71 | 21.69 | 21.88 | - |
| YUV | 100.82 | 139.95 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 145 | 122 | 0.96 | 0 | 0.16 | 0.43 | 170.07 | 0.92 | 0.3 |
| Hex | 6 | 91 | 7A | 60 | 0 | 10 | 2B | AA | 5C | 1E |
| Octal | 6 | 221 | 172 | 140 | 0 | 20 | 53 | 252 | 134 | 36 |
| Binary | 110 | 10010001 | 1111010 | 1100000 | 0 | 10000 | 101011 | 10101010 | 1011100 | 11110 |
Color Harmonies of #06917A
Complementary color
Monochromatic Colors of #06917A
Black with #06917A
Text Example
Text Example
White with #06917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06917A; }
p { color: rgb(6,145,122); }
H1.HeaderClassName
{
color: #06917A;
}
.AnyTagClassName
{
color: #06917A;
}
</style>
background-color css
<style>
a { background-color: #06917A; }
a { background-color: rgb(6,145,122); }
div.DivClassName
{
background-color: #06917A;
}
.BgClassName
{
background-color: #06917A;
}
</style>
border-color css
<style>
span { border-color: #06917A; }
span { border-color: rgb(6,145,122); }
td.TdClassName
{
border-color: #06917A;
}
.TagClassName
{
border-color: #06917A;
}
</style>