Shades of Observatory #068B77
Tints of Observatory #068B77
RGB
CMYK
RGB Variations
Color information
#068B77 (or 0x068B77) is known color: Observatory. HEX triplet: 06, 8B and 77. RGB value is (6,139,119). Sum of RGB (Red+Green+Blue) = 6+139+119=264 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.27% from 264); Green value is 139 (54.69% from 255 or 52.65% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 139 - color contains mainly: green. Hex color #068B77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068B77 is #F97488. Grayscale: #606060. Windows color (decimal): -16348297 or 7834374. OLE color: 7834374.
HSL color Cylindrical-coordinate representation of color #068B77: hue angle of 170.98º 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 #068B77 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 139 | 119 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.45 |
| HSL | 170.98º | 0.92% | 0.28% | - |
| HSV(B) | 170.98º | 0.96% | 0.55% | - |
| XYZ | 12.64 | 19.84 | 20.62 | - |
| YUV | 96.95 | 140.44 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 139 | 119 | 0.96 | 0 | 0.14 | 0.45 | 170.98 | 0.92 | 0.28 |
| Hex | 6 | 8B | 77 | 60 | 0 | E | 2D | AB | 5C | 1C |
| Octal | 6 | 213 | 167 | 140 | 0 | 16 | 55 | 253 | 134 | 34 |
| Binary | 110 | 10001011 | 1110111 | 1100000 | 0 | 1110 | 101101 | 10101011 | 1011100 | 11100 |
Color Harmonies of #068B77
Complementary color
Monochromatic Colors of #068B77
Black with #068B77
Text Example
Text Example
White with #068B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068B77; }
p { color: rgb(6,139,119); }
H1.HeaderClassName
{
color: #068B77;
}
.AnyTagClassName
{
color: #068B77;
}
</style>
background-color css
<style>
a { background-color: #068B77; }
a { background-color: rgb(6,139,119); }
div.DivClassName
{
background-color: #068B77;
}
.BgClassName
{
background-color: #068B77;
}
</style>
border-color css
<style>
span { border-color: #068B77; }
span { border-color: rgb(6,139,119); }
td.TdClassName
{
border-color: #068B77;
}
.TagClassName
{
border-color: #068B77;
}
</style>