Shades of Observatory #068E78
Tints of Observatory #068E78
RGB
CMYK
RGB Variations
Color information
#068E78 (or 0x068E78) is known color: Observatory. HEX triplet: 06, 8E and 78. RGB value is (6,142,120). Sum of RGB (Red+Green+Blue) = 6+142+120=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 142 (55.86% from 255 or 52.99% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 142 - color contains mainly: green. Hex color #068E78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068E78 is #F97187. Grayscale: #626262. Windows color (decimal): -16347528 or 7900678. OLE color: 7900678.
HSL color Cylindrical-coordinate representation of color #068E78: hue angle of 170.29º 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 #068E78 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 142 | 120 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.44 |
| HSL | 170.29º | 0.92% | 0.29% | - |
| HSV(B) | 170.29º | 0.96% | 0.56% | - |
| XYZ | 13.14 | 20.74 | 21.08 | - |
| YUV | 98.83 | 139.94 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 142 | 120 | 0.96 | 0 | 0.15 | 0.44 | 170.29 | 0.92 | 0.29 |
| Hex | 6 | 8E | 78 | 60 | 0 | F | 2C | AA | 5C | 1D |
| Octal | 6 | 216 | 170 | 140 | 0 | 17 | 54 | 252 | 134 | 35 |
| Binary | 110 | 10001110 | 1111000 | 1100000 | 0 | 1111 | 101100 | 10101010 | 1011100 | 11101 |
Color Harmonies of #068E78
Complementary color
Monochromatic Colors of #068E78
Black with #068E78
Text Example
Text Example
White with #068E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068E78; }
p { color: rgb(6,142,120); }
H1.HeaderClassName
{
color: #068E78;
}
.AnyTagClassName
{
color: #068E78;
}
</style>
background-color css
<style>
a { background-color: #068E78; }
a { background-color: rgb(6,142,120); }
div.DivClassName
{
background-color: #068E78;
}
.BgClassName
{
background-color: #068E78;
}
</style>
border-color css
<style>
span { border-color: #068E78; }
span { border-color: rgb(6,142,120); }
td.TdClassName
{
border-color: #068E78;
}
.TagClassName
{
border-color: #068E78;
}
</style>