Shades of Observatory #078A68
Tints of Observatory #078A68
RGB
CMYK
RGB Variations
Color information
#078A68 (or 0x078A68) is known color: Observatory. HEX triplet: 07, 8A and 68. RGB value is (7,138,104). Sum of RGB (Red+Green+Blue) = 7+138+104=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 138 (54.30% from 255 or 55.42% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 138 - color contains mainly: green. Hex color #078A68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078A68 is #F87597. Grayscale: #5E5E5E. Windows color (decimal): -16283032 or 6851079. OLE color: 6851079.
HSL color Cylindrical-coordinate representation of color #078A68: hue angle of 164.43º 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 #078A68 is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 138 | 104 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.46 |
| HSL | 164.43º | 0.9% | 0.28% | - |
| HSV(B) | 164.43º | 0.95% | 0.54% | - |
| XYZ | 11.67 | 19.22 | 16.19 | - |
| YUV | 94.96 | 133.1 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 104 | 0.95 | 0 | 0.25 | 0.46 | 164.43 | 0.9 | 0.28 |
| Hex | 7 | 8A | 68 | 5F | 0 | 19 | 2E | A4 | 5A | 1C |
| Octal | 7 | 212 | 150 | 137 | 0 | 31 | 56 | 244 | 132 | 34 |
| Binary | 111 | 10001010 | 1101000 | 1011111 | 0 | 11001 | 101110 | 10100100 | 1011010 | 11100 |
Color Harmonies of #078A68
Complementary color
Monochromatic Colors of #078A68
Black with #078A68
Text Example
Text Example
White with #078A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078A68; }
p { color: rgb(7,138,104); }
H1.HeaderClassName
{
color: #078A68;
}
.AnyTagClassName
{
color: #078A68;
}
</style>
background-color css
<style>
a { background-color: #078A68; }
a { background-color: rgb(7,138,104); }
div.DivClassName
{
background-color: #078A68;
}
.BgClassName
{
background-color: #078A68;
}
</style>
border-color css
<style>
span { border-color: #078A68; }
span { border-color: rgb(7,138,104); }
td.TdClassName
{
border-color: #078A68;
}
.TagClassName
{
border-color: #078A68;
}
</style>