Shades of Observatory #078F79
Tints of Observatory #078F79
RGB
CMYK
RGB Variations
Color information
#078F79 (or 0x078F79) is known color: Observatory. HEX triplet: 07, 8F and 79. RGB value is (7,143,121). Sum of RGB (Red+Green+Blue) = 7+143+121=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 143 (56.25% from 255 or 52.77% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 143 - color contains mainly: green. Hex color #078F79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078F79 is #F87086. Grayscale: #636363. Windows color (decimal): -16281735 or 7966471. OLE color: 7966471.
HSL color Cylindrical-coordinate representation of color #078F79: hue angle of 170.29º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078F79 is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 143 | 121 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.44 |
| HSL | 170.29º | 0.91% | 0.29% | - |
| HSV(B) | 170.29º | 0.95% | 0.56% | - |
| XYZ | 13.36 | 21.07 | 21.45 | - |
| YUV | 99.83 | 139.94 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 121 | 0.95 | 0 | 0.15 | 0.44 | 170.29 | 0.91 | 0.29 |
| Hex | 7 | 8F | 79 | 5F | 0 | F | 2C | AA | 5B | 1D |
| Octal | 7 | 217 | 171 | 137 | 0 | 17 | 54 | 252 | 133 | 35 |
| Binary | 111 | 10001111 | 1111001 | 1011111 | 0 | 1111 | 101100 | 10101010 | 1011011 | 11101 |
Color Harmonies of #078F79
Complementary color
Monochromatic Colors of #078F79
Black with #078F79
Text Example
Text Example
White with #078F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078F79; }
p { color: rgb(7,143,121); }
H1.HeaderClassName
{
color: #078F79;
}
.AnyTagClassName
{
color: #078F79;
}
</style>
background-color css
<style>
a { background-color: #078F79; }
a { background-color: rgb(7,143,121); }
div.DivClassName
{
background-color: #078F79;
}
.BgClassName
{
background-color: #078F79;
}
</style>
border-color css
<style>
span { border-color: #078F79; }
span { border-color: rgb(7,143,121); }
td.TdClassName
{
border-color: #078F79;
}
.TagClassName
{
border-color: #078F79;
}
</style>