Shades of Observatory #068D7A
Tints of Observatory #068D7A
RGB
CMYK
RGB Variations
Color information
#068D7A (or 0x068D7A) is known color: Observatory. HEX triplet: 06, 8D and 7A. RGB value is (6,141,122). Sum of RGB (Red+Green+Blue) = 6+141+122=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 141 (55.47% from 255 or 52.42% from 269); Blue value is 122 (48.05% from 255 or 45.35% from 269); Max value from RGB is 141 - color contains mainly: green. Hex color #068D7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068D7A is #F97285. Grayscale: #626262. Windows color (decimal): -16347782 or 8031494. OLE color: 8031494.
HSL color Cylindrical-coordinate representation of color #068D7A: hue angle of 171.56º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068D7A is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 141 | 122 | - |
| CMYK | 0.96 | 0 | 0.13 | 0.45 |
| HSL | 171.56º | 0.92% | 0.29% | - |
| HSV(B) | 171.56º | 0.96% | 0.55% | - |
| XYZ | 13.11 | 20.49 | 21.68 | - |
| YUV | 98.47 | 141.27 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 141 | 122 | 0.96 | 0 | 0.13 | 0.45 | 171.56 | 0.92 | 0.29 |
| Hex | 6 | 8D | 7A | 60 | 0 | D | 2D | AC | 5C | 1D |
| Octal | 6 | 215 | 172 | 140 | 0 | 15 | 55 | 254 | 134 | 35 |
| Binary | 110 | 10001101 | 1111010 | 1100000 | 0 | 1101 | 101101 | 10101100 | 1011100 | 11101 |
Color Harmonies of #068D7A
Complementary color
Monochromatic Colors of #068D7A
Black with #068D7A
Text Example
Text Example
White with #068D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068D7A; }
p { color: rgb(6,141,122); }
H1.HeaderClassName
{
color: #068D7A;
}
.AnyTagClassName
{
color: #068D7A;
}
</style>
background-color css
<style>
a { background-color: #068D7A; }
a { background-color: rgb(6,141,122); }
div.DivClassName
{
background-color: #068D7A;
}
.BgClassName
{
background-color: #068D7A;
}
</style>
border-color css
<style>
span { border-color: #068D7A; }
span { border-color: rgb(6,141,122); }
td.TdClassName
{
border-color: #068D7A;
}
.TagClassName
{
border-color: #068D7A;
}
</style>