Shades of Observatory #068A76
Tints of Observatory #068A76
RGB
CMYK
RGB Variations
Color information
#068A76 (or 0x068A76) is known color: Observatory. HEX triplet: 06, 8A and 76. RGB value is (6,138,118). Sum of RGB (Red+Green+Blue) = 6+138+118=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 138 (54.30% from 255 or 52.67% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 138 - color contains mainly: green. Hex color #068A76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068A76 is #F97589. Grayscale: #606060. Windows color (decimal): -16348554 or 7768582. OLE color: 7768582.
HSL color Cylindrical-coordinate representation of color #068A76: hue angle of 170.91º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068A76 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 138 | 118 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.46 |
| HSL | 170.91º | 0.92% | 0.28% | - |
| HSV(B) | 170.91º | 0.96% | 0.54% | - |
| XYZ | 12.43 | 19.52 | 20.25 | - |
| YUV | 96.25 | 140.27 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 138 | 118 | 0.96 | 0 | 0.14 | 0.46 | 170.91 | 0.92 | 0.28 |
| Hex | 6 | 8A | 76 | 60 | 0 | E | 2E | AB | 5C | 1C |
| Octal | 6 | 212 | 166 | 140 | 0 | 16 | 56 | 253 | 134 | 34 |
| Binary | 110 | 10001010 | 1110110 | 1100000 | 0 | 1110 | 101110 | 10101011 | 1011100 | 11100 |
Color Harmonies of #068A76
Complementary color
Monochromatic Colors of #068A76
Black with #068A76
Text Example
Text Example
White with #068A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068A76; }
p { color: rgb(6,138,118); }
H1.HeaderClassName
{
color: #068A76;
}
.AnyTagClassName
{
color: #068A76;
}
</style>
background-color css
<style>
a { background-color: #068A76; }
a { background-color: rgb(6,138,118); }
div.DivClassName
{
background-color: #068A76;
}
.BgClassName
{
background-color: #068A76;
}
</style>
border-color css
<style>
span { border-color: #068A76; }
span { border-color: rgb(6,138,118); }
td.TdClassName
{
border-color: #068A76;
}
.TagClassName
{
border-color: #068A76;
}
</style>