Shades of Observatory #068C78
Tints of Observatory #068C78
RGB
CMYK
RGB Variations
Color information
#068C78 (or 0x068C78) is known color: Observatory. HEX triplet: 06, 8C and 78. RGB value is (6,140,120). Sum of RGB (Red+Green+Blue) = 6+140+120=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 140 (55.08% from 255 or 52.63% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 140 - color contains mainly: green. Hex color #068C78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068C78 is #F97387. Grayscale: #616161. Windows color (decimal): -16348040 or 7900166. OLE color: 7900166.
HSL color Cylindrical-coordinate representation of color #068C78: hue angle of 171.04º 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 #068C78 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 140 | 120 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.45 |
| HSL | 171.04º | 0.92% | 0.29% | - |
| HSV(B) | 171.04º | 0.96% | 0.55% | - |
| XYZ | 12.84 | 20.15 | 20.98 | - |
| YUV | 97.65 | 140.61 | 62.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 140 | 120 | 0.96 | 0 | 0.14 | 0.45 | 171.04 | 0.92 | 0.29 |
| Hex | 6 | 8C | 78 | 60 | 0 | E | 2D | AB | 5C | 1D |
| Octal | 6 | 214 | 170 | 140 | 0 | 16 | 55 | 253 | 134 | 35 |
| Binary | 110 | 10001100 | 1111000 | 1100000 | 0 | 1110 | 101101 | 10101011 | 1011100 | 11101 |
Color Harmonies of #068C78
Complementary color
Monochromatic Colors of #068C78
Black with #068C78
Text Example
Text Example
White with #068C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068C78; }
p { color: rgb(6,140,120); }
H1.HeaderClassName
{
color: #068C78;
}
.AnyTagClassName
{
color: #068C78;
}
</style>
background-color css
<style>
a { background-color: #068C78; }
a { background-color: rgb(6,140,120); }
div.DivClassName
{
background-color: #068C78;
}
.BgClassName
{
background-color: #068C78;
}
</style>
border-color css
<style>
span { border-color: #068C78; }
span { border-color: rgb(6,140,120); }
td.TdClassName
{
border-color: #068C78;
}
.TagClassName
{
border-color: #068C78;
}
</style>