Shades of Salem #087A45
Tints of Salem #087A45
RGB
CMYK
RGB Variations
Color information
#087A45 (or 0x087A45) is known color: Salem. HEX triplet: 08, 7A and 45. RGB value is (8,122,69). Sum of RGB (Red+Green+Blue) = 8+122+69=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 122 (48.05% from 255 or 61.31% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 122 - color contains mainly: green. Hex color #087A45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087A45 is #F785BA. Grayscale: #515151. Windows color (decimal): -16221627 or 4553224. OLE color: 4553224.
HSL color Cylindrical-coordinate representation of color #087A45: hue angle of 152.11º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087A45 is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 122 | 69 | - |
| CMYK | 0.93 | 0 | 0.43 | 0.52 |
| HSL | 152.11º | 0.88% | 0.25% | - |
| HSV(B) | 152.11º | 0.93% | 0.48% | - |
| XYZ | 8.13 | 14.4 | 7.98 | - |
| YUV | 81.87 | 120.73 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 69 | 0.93 | 0 | 0.43 | 0.52 | 152.11 | 0.88 | 0.25 |
| Hex | 8 | 7A | 45 | 5D | 0 | 2B | 34 | 98 | 58 | 19 |
| Octal | 10 | 172 | 105 | 135 | 0 | 53 | 64 | 230 | 130 | 31 |
| Binary | 1000 | 1111010 | 1000101 | 1011101 | 0 | 101011 | 110100 | 10011000 | 1011000 | 11001 |
Color Harmonies of #087A45
Complementary color
Monochromatic Colors of #087A45
Black with #087A45
Text Example
Text Example
White with #087A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087A45; }
p { color: rgb(8,122,69); }
H1.HeaderClassName
{
color: #087A45;
}
.AnyTagClassName
{
color: #087A45;
}
</style>
background-color css
<style>
a { background-color: #087A45; }
a { background-color: rgb(8,122,69); }
div.DivClassName
{
background-color: #087A45;
}
.BgClassName
{
background-color: #087A45;
}
</style>
border-color css
<style>
span { border-color: #087A45; }
span { border-color: rgb(8,122,69); }
td.TdClassName
{
border-color: #087A45;
}
.TagClassName
{
border-color: #087A45;
}
</style>