Shades of Observatory #068E72
Tints of Observatory #068E72
RGB
CMYK
RGB Variations
Color information
#068E72 (or 0x068E72) is known color: Observatory. HEX triplet: 06, 8E and 72. RGB value is (6,142,114). Sum of RGB (Red+Green+Blue) = 6+142+114=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 142 (55.86% from 255 or 54.20% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 142 - color contains mainly: green. Hex color #068E72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068E72 is #F9718D. Grayscale: #626262. Windows color (decimal): -16347534 or 7507462. OLE color: 7507462.
HSL color Cylindrical-coordinate representation of color #068E72: hue angle of 167.65º 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 #068E72 is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 142 | 114 | - |
| CMYK | 0.96 | 0 | 0.20 | 0.44 |
| HSL | 167.65º | 0.92% | 0.29% | - |
| HSV(B) | 167.65º | 0.96% | 0.56% | - |
| XYZ | 12.79 | 20.6 | 19.22 | - |
| YUV | 98.14 | 136.94 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 142 | 114 | 0.96 | 0 | 0.20 | 0.44 | 167.65 | 0.92 | 0.29 |
| Hex | 6 | 8E | 72 | 60 | 0 | 14 | 2C | A8 | 5C | 1D |
| Octal | 6 | 216 | 162 | 140 | 0 | 24 | 54 | 250 | 134 | 35 |
| Binary | 110 | 10001110 | 1110010 | 1100000 | 0 | 10100 | 101100 | 10101000 | 1011100 | 11101 |
Color Harmonies of #068E72
Complementary color
Monochromatic Colors of #068E72
Black with #068E72
Text Example
Text Example
White with #068E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068E72; }
p { color: rgb(6,142,114); }
H1.HeaderClassName
{
color: #068E72;
}
.AnyTagClassName
{
color: #068E72;
}
</style>
background-color css
<style>
a { background-color: #068E72; }
a { background-color: rgb(6,142,114); }
div.DivClassName
{
background-color: #068E72;
}
.BgClassName
{
background-color: #068E72;
}
</style>
border-color css
<style>
span { border-color: #068E72; }
span { border-color: rgb(6,142,114); }
td.TdClassName
{
border-color: #068E72;
}
.TagClassName
{
border-color: #068E72;
}
</style>