Shades of Observatory #078F6E
Tints of Observatory #078F6E
RGB
CMYK
RGB Variations
Color information
#078F6E (or 0x078F6E) is known color: Observatory. HEX triplet: 07, 8F and 6E. RGB value is (7,143,110). Sum of RGB (Red+Green+Blue) = 7+143+110=260 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.69% from 260); Green value is 143 (56.25% from 255 or 55% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 143 - color contains mainly: green. Hex color #078F6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078F6E is #F87091. Grayscale: #626262. Windows color (decimal): -16281746 or 7245575. OLE color: 7245575.
HSL color Cylindrical-coordinate representation of color #078F6E: hue angle of 165.44º 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 #078F6E is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 143 | 110 | - |
| CMYK | 0.95 | 0 | 0.23 | 0.44 |
| HSL | 165.44º | 0.91% | 0.29% | - |
| HSV(B) | 165.44º | 0.95% | 0.56% | - |
| XYZ | 12.72 | 20.82 | 18.1 | - |
| YUV | 98.57 | 134.44 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 110 | 0.95 | 0 | 0.23 | 0.44 | 165.44 | 0.91 | 0.29 |
| Hex | 7 | 8F | 6E | 5F | 0 | 17 | 2C | A5 | 5B | 1D |
| Octal | 7 | 217 | 156 | 137 | 0 | 27 | 54 | 245 | 133 | 35 |
| Binary | 111 | 10001111 | 1101110 | 1011111 | 0 | 10111 | 101100 | 10100101 | 1011011 | 11101 |
Color Harmonies of #078F6E
Complementary color
Monochromatic Colors of #078F6E
Black with #078F6E
Text Example
Text Example
White with #078F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078F6E; }
p { color: rgb(7,143,110); }
H1.HeaderClassName
{
color: #078F6E;
}
.AnyTagClassName
{
color: #078F6E;
}
</style>
background-color css
<style>
a { background-color: #078F6E; }
a { background-color: rgb(7,143,110); }
div.DivClassName
{
background-color: #078F6E;
}
.BgClassName
{
background-color: #078F6E;
}
</style>
border-color css
<style>
span { border-color: #078F6E; }
span { border-color: rgb(7,143,110); }
td.TdClassName
{
border-color: #078F6E;
}
.TagClassName
{
border-color: #078F6E;
}
</style>