Shades of Observatory #078A75
Tints of Observatory #078A75
RGB
CMYK
RGB Variations
Color information
#078A75 (or 0x078A75) is known color: Observatory. HEX triplet: 07, 8A and 75. RGB value is (7,138,117). Sum of RGB (Red+Green+Blue) = 7+138+117=262 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.67% from 262); Green value is 138 (54.30% from 255 or 52.67% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 138 - color contains mainly: green. Hex color #078A75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078A75 is #F8758A. Grayscale: #606060. Windows color (decimal): -16283019 or 7703047. OLE color: 7703047.
HSL color Cylindrical-coordinate representation of color #078A75: hue angle of 170.38º 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 #078A75 is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 138 | 117 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.46 |
| HSL | 170.38º | 0.9% | 0.28% | - |
| HSV(B) | 170.38º | 0.95% | 0.54% | - |
| XYZ | 12.39 | 19.51 | 19.94 | - |
| YUV | 96.44 | 139.6 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 117 | 0.95 | 0 | 0.15 | 0.46 | 170.38 | 0.9 | 0.28 |
| Hex | 7 | 8A | 75 | 5F | 0 | F | 2E | AA | 5A | 1C |
| Octal | 7 | 212 | 165 | 137 | 0 | 17 | 56 | 252 | 132 | 34 |
| Binary | 111 | 10001010 | 1110101 | 1011111 | 0 | 1111 | 101110 | 10101010 | 1011010 | 11100 |
Color Harmonies of #078A75
Complementary color
Monochromatic Colors of #078A75
Black with #078A75
Text Example
Text Example
White with #078A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078A75; }
p { color: rgb(7,138,117); }
H1.HeaderClassName
{
color: #078A75;
}
.AnyTagClassName
{
color: #078A75;
}
</style>
background-color css
<style>
a { background-color: #078A75; }
a { background-color: rgb(7,138,117); }
div.DivClassName
{
background-color: #078A75;
}
.BgClassName
{
background-color: #078A75;
}
</style>
border-color css
<style>
span { border-color: #078A75; }
span { border-color: rgb(7,138,117); }
td.TdClassName
{
border-color: #078A75;
}
.TagClassName
{
border-color: #078A75;
}
</style>