Shades of Salem #09784A
Tints of Salem #09784A
RGB
CMYK
RGB Variations
Color information
#09784A (or 0x09784A) is known color: Salem. HEX triplet: 09, 78 and 4A. RGB value is (9,120,74). Sum of RGB (Red+Green+Blue) = 9+120+74=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 120 (47.27% from 255 or 59.11% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 120 - color contains mainly: green. Hex color #09784A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09784A is #F687B5. Grayscale: #515151. Windows color (decimal): -16156598 or 4880393. OLE color: 4880393.
HSL color Cylindrical-coordinate representation of color #09784A: hue angle of 155.14º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09784A is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 120 | 74 | - |
| CMYK | 0.92 | 0 | 0.38 | 0.53 |
| HSL | 155.14º | 0.86% | 0.25% | - |
| HSV(B) | 155.14º | 0.93% | 0.47% | - |
| XYZ | 8.07 | 13.99 | 8.75 | - |
| YUV | 81.57 | 123.73 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 120 | 74 | 0.92 | 0 | 0.38 | 0.53 | 155.14 | 0.86 | 0.25 |
| Hex | 9 | 78 | 4A | 5C | 0 | 26 | 35 | 9B | 56 | 19 |
| Octal | 11 | 170 | 112 | 134 | 0 | 46 | 65 | 233 | 126 | 31 |
| Binary | 1001 | 1111000 | 1001010 | 1011100 | 0 | 100110 | 110101 | 10011011 | 1010110 | 11001 |
Color Harmonies of #09784A
Complementary color
Monochromatic Colors of #09784A
Black with #09784A
Text Example
Text Example
White with #09784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09784A; }
p { color: rgb(9,120,74); }
H1.HeaderClassName
{
color: #09784A;
}
.AnyTagClassName
{
color: #09784A;
}
</style>
background-color css
<style>
a { background-color: #09784A; }
a { background-color: rgb(9,120,74); }
div.DivClassName
{
background-color: #09784A;
}
.BgClassName
{
background-color: #09784A;
}
</style>
border-color css
<style>
span { border-color: #09784A; }
span { border-color: rgb(9,120,74); }
td.TdClassName
{
border-color: #09784A;
}
.TagClassName
{
border-color: #09784A;
}
</style>