Shades of Observatory #058D76
Tints of Observatory #058D76
RGB
CMYK
RGB Variations
Color information
#058D76 (or 0x058D76) is known color: Observatory. HEX triplet: 05, 8D and 76. RGB value is (5,141,118). Sum of RGB (Red+Green+Blue) = 5+141+118=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 141 (55.47% from 255 or 53.41% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 141 - color contains mainly: green. Hex color #058D76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058D76 is #FA7289. Grayscale: #616161. Windows color (decimal): -16413322 or 7769349. OLE color: 7769349.
HSL color Cylindrical-coordinate representation of color #058D76: hue angle of 169.85º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058D76 is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 141 | 118 | - |
| CMYK | 0.96 | 0 | 0.16 | 0.45 |
| HSL | 169.85º | 0.93% | 0.29% | - |
| HSV(B) | 169.85º | 0.96% | 0.55% | - |
| XYZ | 12.86 | 20.39 | 20.4 | - |
| YUV | 97.71 | 139.44 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 118 | 0.96 | 0 | 0.16 | 0.45 | 169.85 | 0.93 | 0.29 |
| Hex | 5 | 8D | 76 | 60 | 0 | 10 | 2D | AA | 5D | 1D |
| Octal | 5 | 215 | 166 | 140 | 0 | 20 | 55 | 252 | 135 | 35 |
| Binary | 101 | 10001101 | 1110110 | 1100000 | 0 | 10000 | 101101 | 10101010 | 1011101 | 11101 |
Color Harmonies of #058D76
Complementary color
Monochromatic Colors of #058D76
Black with #058D76
Text Example
Text Example
White with #058D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058D76; }
p { color: rgb(5,141,118); }
H1.HeaderClassName
{
color: #058D76;
}
.AnyTagClassName
{
color: #058D76;
}
</style>
background-color css
<style>
a { background-color: #058D76; }
a { background-color: rgb(5,141,118); }
div.DivClassName
{
background-color: #058D76;
}
.BgClassName
{
background-color: #058D76;
}
</style>
border-color css
<style>
span { border-color: #058D76; }
span { border-color: rgb(5,141,118); }
td.TdClassName
{
border-color: #058D76;
}
.TagClassName
{
border-color: #058D76;
}
</style>