Shades of Observatory #078B67
Tints of Observatory #078B67
RGB
CMYK
RGB Variations
Color information
#078B67 (or 0x078B67) is known color: Observatory. HEX triplet: 07, 8B and 67. RGB value is (7,139,103). Sum of RGB (Red+Green+Blue) = 7+139+103=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 139 (54.69% from 255 or 55.82% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 139 - color contains mainly: green. Hex color #078B67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078B67 is #F87498. Grayscale: #5F5F5F. Windows color (decimal): -16282777 or 6785799. OLE color: 6785799.
HSL color Cylindrical-coordinate representation of color #078B67: hue angle of 163.64º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078B67 is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 139 | 103 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.45 |
| HSL | 163.64º | 0.9% | 0.29% | - |
| HSV(B) | 163.64º | 0.95% | 0.55% | - |
| XYZ | 11.77 | 19.49 | 15.97 | - |
| YUV | 95.43 | 132.27 | 64.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 139 | 103 | 0.95 | 0 | 0.26 | 0.45 | 163.64 | 0.9 | 0.29 |
| Hex | 7 | 8B | 67 | 5F | 0 | 1A | 2D | A4 | 5A | 1D |
| Octal | 7 | 213 | 147 | 137 | 0 | 32 | 55 | 244 | 132 | 35 |
| Binary | 111 | 10001011 | 1100111 | 1011111 | 0 | 11010 | 101101 | 10100100 | 1011010 | 11101 |
Color Harmonies of #078B67
Complementary color
Monochromatic Colors of #078B67
Black with #078B67
Text Example
Text Example
White with #078B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078B67; }
p { color: rgb(7,139,103); }
H1.HeaderClassName
{
color: #078B67;
}
.AnyTagClassName
{
color: #078B67;
}
</style>
background-color css
<style>
a { background-color: #078B67; }
a { background-color: rgb(7,139,103); }
div.DivClassName
{
background-color: #078B67;
}
.BgClassName
{
background-color: #078B67;
}
</style>
border-color css
<style>
span { border-color: #078B67; }
span { border-color: rgb(7,139,103); }
td.TdClassName
{
border-color: #078B67;
}
.TagClassName
{
border-color: #078B67;
}
</style>