Shades of Observatory #068B76
Tints of Observatory #068B76
RGB
CMYK
RGB Variations
Color information
#068B76 (or 0x068B76) is known color: Observatory. HEX triplet: 06, 8B and 76. RGB value is (6,139,118). Sum of RGB (Red+Green+Blue) = 6+139+118=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 139 (54.69% from 255 or 52.85% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 139 - color contains mainly: green. Hex color #068B76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068B76 is #F97489. Grayscale: #606060. Windows color (decimal): -16348298 or 7768838. OLE color: 7768838.
HSL color Cylindrical-coordinate representation of color #068B76: hue angle of 170.53º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068B76 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 139 | 118 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.45 |
| HSL | 170.53º | 0.92% | 0.28% | - |
| HSV(B) | 170.53º | 0.96% | 0.55% | - |
| XYZ | 12.58 | 19.81 | 20.3 | - |
| YUV | 96.84 | 139.94 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 139 | 118 | 0.96 | 0 | 0.15 | 0.45 | 170.53 | 0.92 | 0.28 |
| Hex | 6 | 8B | 76 | 60 | 0 | F | 2D | AB | 5C | 1C |
| Octal | 6 | 213 | 166 | 140 | 0 | 17 | 55 | 253 | 134 | 34 |
| Binary | 110 | 10001011 | 1110110 | 1100000 | 0 | 1111 | 101101 | 10101011 | 1011100 | 11100 |
Color Harmonies of #068B76
Complementary color
Monochromatic Colors of #068B76
Black with #068B76
Text Example
Text Example
White with #068B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068B76; }
p { color: rgb(6,139,118); }
H1.HeaderClassName
{
color: #068B76;
}
.AnyTagClassName
{
color: #068B76;
}
</style>
background-color css
<style>
a { background-color: #068B76; }
a { background-color: rgb(6,139,118); }
div.DivClassName
{
background-color: #068B76;
}
.BgClassName
{
background-color: #068B76;
}
</style>
border-color css
<style>
span { border-color: #068B76; }
span { border-color: rgb(6,139,118); }
td.TdClassName
{
border-color: #068B76;
}
.TagClassName
{
border-color: #068B76;
}
</style>