Shades of Observatory #068E7A
Tints of Observatory #068E7A
RGB
CMYK
RGB Variations
Color information
#068E7A (or 0x068E7A) is known color: Observatory. HEX triplet: 06, 8E and 7A. RGB value is (6,142,122). Sum of RGB (Red+Green+Blue) = 6+142+122=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 142 (55.86% from 255 or 52.59% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 142 - color contains mainly: green. Hex color #068E7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068E7A is #F97185. Grayscale: #636363. Windows color (decimal): -16347526 or 8031750. OLE color: 8031750.
HSL color Cylindrical-coordinate representation of color #068E7A: hue angle of 171.18º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068E7A is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 142 | 122 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.44 |
| HSL | 171.18º | 0.92% | 0.29% | - |
| HSV(B) | 171.18º | 0.96% | 0.56% | - |
| XYZ | 13.26 | 20.79 | 21.73 | - |
| YUV | 99.06 | 140.94 | 61.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 142 | 122 | 0.96 | 0 | 0.14 | 0.44 | 171.18 | 0.92 | 0.29 |
| Hex | 6 | 8E | 7A | 60 | 0 | E | 2C | AB | 5C | 1D |
| Octal | 6 | 216 | 172 | 140 | 0 | 16 | 54 | 253 | 134 | 35 |
| Binary | 110 | 10001110 | 1111010 | 1100000 | 0 | 1110 | 101100 | 10101011 | 1011100 | 11101 |
Color Harmonies of #068E7A
Complementary color
Monochromatic Colors of #068E7A
Black with #068E7A
Text Example
Text Example
White with #068E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068E7A; }
p { color: rgb(6,142,122); }
H1.HeaderClassName
{
color: #068E7A;
}
.AnyTagClassName
{
color: #068E7A;
}
</style>
background-color css
<style>
a { background-color: #068E7A; }
a { background-color: rgb(6,142,122); }
div.DivClassName
{
background-color: #068E7A;
}
.BgClassName
{
background-color: #068E7A;
}
</style>
border-color css
<style>
span { border-color: #068E7A; }
span { border-color: rgb(6,142,122); }
td.TdClassName
{
border-color: #068E7A;
}
.TagClassName
{
border-color: #068E7A;
}
</style>