Shades of Observatory #048D76
Tints of Observatory #048D76
RGB
CMYK
RGB Variations
Color information
#048D76 (or 0x048D76) is known color: Observatory. HEX triplet: 04, 8D and 76. RGB value is (4,141,118). Sum of RGB (Red+Green+Blue) = 4+141+118=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 141 (55.47% from 255 or 53.61% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 141 - color contains mainly: green. Hex color #048D76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048D76 is #FB7289. Grayscale: #616161. Windows color (decimal): -16478858 or 7769348. OLE color: 7769348.
HSL color Cylindrical-coordinate representation of color #048D76: hue angle of 169.93º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048D76 is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 141 | 118 | - |
| CMYK | 0.97 | 0 | 0.16 | 0.45 |
| HSL | 169.93º | 0.94% | 0.28% | - |
| HSV(B) | 169.93º | 0.97% | 0.55% | - |
| XYZ | 12.84 | 20.38 | 20.4 | - |
| YUV | 97.42 | 139.61 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 141 | 118 | 0.97 | 0 | 0.16 | 0.45 | 169.93 | 0.94 | 0.28 |
| Hex | 4 | 8D | 76 | 61 | 0 | 10 | 2D | AA | 5E | 1C |
| Octal | 4 | 215 | 166 | 141 | 0 | 20 | 55 | 252 | 136 | 34 |
| Binary | 100 | 10001101 | 1110110 | 1100001 | 0 | 10000 | 101101 | 10101010 | 1011110 | 11100 |
Color Harmonies of #048D76
Complementary color
Monochromatic Colors of #048D76
Black with #048D76
Text Example
Text Example
White with #048D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048D76; }
p { color: rgb(4,141,118); }
H1.HeaderClassName
{
color: #048D76;
}
.AnyTagClassName
{
color: #048D76;
}
</style>
background-color css
<style>
a { background-color: #048D76; }
a { background-color: rgb(4,141,118); }
div.DivClassName
{
background-color: #048D76;
}
.BgClassName
{
background-color: #048D76;
}
</style>
border-color css
<style>
span { border-color: #048D76; }
span { border-color: rgb(4,141,118); }
td.TdClassName
{
border-color: #048D76;
}
.TagClassName
{
border-color: #048D76;
}
</style>