Shades of Observatory #078A64
Tints of Observatory #078A64
RGB
CMYK
RGB Variations
Color information
#078A64 (or 0x078A64) is known color: Observatory. HEX triplet: 07, 8A and 64. RGB value is (7,138,100). Sum of RGB (Red+Green+Blue) = 7+138+100=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 138 (54.30% from 255 or 56.33% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 138 - color contains mainly: green. Hex color #078A64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078A64 is #F8759B. Grayscale: #5E5E5E. Windows color (decimal): -16283036 or 6588935. OLE color: 6588935.
HSL color Cylindrical-coordinate representation of color #078A64: hue angle of 162.6º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078A64 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 138 | 100 | - |
| CMYK | 0.95 | 0 | 0.28 | 0.46 |
| HSL | 162.6º | 0.9% | 0.28% | - |
| HSV(B) | 162.6º | 0.95% | 0.54% | - |
| XYZ | 11.48 | 19.14 | 15.15 | - |
| YUV | 94.5 | 131.1 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 100 | 0.95 | 0 | 0.28 | 0.46 | 162.6 | 0.9 | 0.28 |
| Hex | 7 | 8A | 64 | 5F | 0 | 1C | 2E | A3 | 5A | 1C |
| Octal | 7 | 212 | 144 | 137 | 0 | 34 | 56 | 243 | 132 | 34 |
| Binary | 111 | 10001010 | 1100100 | 1011111 | 0 | 11100 | 101110 | 10100011 | 1011010 | 11100 |
Color Harmonies of #078A64
Complementary color
Monochromatic Colors of #078A64
Black with #078A64
Text Example
Text Example
White with #078A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078A64; }
p { color: rgb(7,138,100); }
H1.HeaderClassName
{
color: #078A64;
}
.AnyTagClassName
{
color: #078A64;
}
</style>
background-color css
<style>
a { background-color: #078A64; }
a { background-color: rgb(7,138,100); }
div.DivClassName
{
background-color: #078A64;
}
.BgClassName
{
background-color: #078A64;
}
</style>
border-color css
<style>
span { border-color: #078A64; }
span { border-color: rgb(7,138,100); }
td.TdClassName
{
border-color: #078A64;
}
.TagClassName
{
border-color: #078A64;
}
</style>