Shades of Observatory #078D67
Tints of Observatory #078D67
RGB
CMYK
RGB Variations
Color information
#078D67 (or 0x078D67) is known color: Observatory. HEX triplet: 07, 8D and 67. RGB value is (7,141,103). Sum of RGB (Red+Green+Blue) = 7+141+103=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 141 (55.47% from 255 or 56.18% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 141 - color contains mainly: green. Hex color #078D67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078D67 is #F87298. Grayscale: #606060. Windows color (decimal): -16282265 or 6786311. OLE color: 6786311.
HSL color Cylindrical-coordinate representation of color #078D67: hue angle of 162.99º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078D67 is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 141 | 103 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.45 |
| HSL | 162.99º | 0.91% | 0.29% | - |
| HSV(B) | 162.99º | 0.95% | 0.55% | - |
| XYZ | 12.06 | 20.07 | 16.07 | - |
| YUV | 96.6 | 131.61 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 141 | 103 | 0.95 | 0 | 0.27 | 0.45 | 162.99 | 0.91 | 0.29 |
| Hex | 7 | 8D | 67 | 5F | 0 | 1B | 2D | A3 | 5B | 1D |
| Octal | 7 | 215 | 147 | 137 | 0 | 33 | 55 | 243 | 133 | 35 |
| Binary | 111 | 10001101 | 1100111 | 1011111 | 0 | 11011 | 101101 | 10100011 | 1011011 | 11101 |
Color Harmonies of #078D67
Complementary color
Monochromatic Colors of #078D67
Black with #078D67
Text Example
Text Example
White with #078D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078D67; }
p { color: rgb(7,141,103); }
H1.HeaderClassName
{
color: #078D67;
}
.AnyTagClassName
{
color: #078D67;
}
</style>
background-color css
<style>
a { background-color: #078D67; }
a { background-color: rgb(7,141,103); }
div.DivClassName
{
background-color: #078D67;
}
.BgClassName
{
background-color: #078D67;
}
</style>
border-color css
<style>
span { border-color: #078D67; }
span { border-color: rgb(7,141,103); }
td.TdClassName
{
border-color: #078D67;
}
.TagClassName
{
border-color: #078D67;
}
</style>