Shades of Salem #09864B
Tints of Salem #09864B
RGB
CMYK
RGB Variations
Color information
#09864B (or 0x09864B) is known color: Salem. HEX triplet: 09, 86 and 4B. RGB value is (9,134,75). Sum of RGB (Red+Green+Blue) = 9+134+75=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 134 (52.73% from 255 or 61.47% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 134 - color contains mainly: green. Hex color #09864B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09864B is #F679B4. Grayscale: #5A5A5A. Windows color (decimal): -16153013 or 4949513. OLE color: 4949513.
HSL color Cylindrical-coordinate representation of color #09864B: hue angle of 151.68º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09864B is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 134 | 75 | - |
| CMYK | 0.93 | 0 | 0.44 | 0.47 |
| HSL | 151.68º | 0.87% | 0.28% | - |
| HSV(B) | 151.68º | 0.93% | 0.53% | - |
| XYZ | 9.91 | 17.62 | 9.53 | - |
| YUV | 89.9 | 119.59 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 134 | 75 | 0.93 | 0 | 0.44 | 0.47 | 151.68 | 0.87 | 0.28 |
| Hex | 9 | 86 | 4B | 5D | 0 | 2C | 2F | 98 | 57 | 1C |
| Octal | 11 | 206 | 113 | 135 | 0 | 54 | 57 | 230 | 127 | 34 |
| Binary | 1001 | 10000110 | 1001011 | 1011101 | 0 | 101100 | 101111 | 10011000 | 1010111 | 11100 |
Color Harmonies of #09864B
Complementary color
Monochromatic Colors of #09864B
Black with #09864B
Text Example
Text Example
White with #09864B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09864B; }
p { color: rgb(9,134,75); }
H1.HeaderClassName
{
color: #09864B;
}
.AnyTagClassName
{
color: #09864B;
}
</style>
background-color css
<style>
a { background-color: #09864B; }
a { background-color: rgb(9,134,75); }
div.DivClassName
{
background-color: #09864B;
}
.BgClassName
{
background-color: #09864B;
}
</style>
border-color css
<style>
span { border-color: #09864B; }
span { border-color: rgb(9,134,75); }
td.TdClassName
{
border-color: #09864B;
}
.TagClassName
{
border-color: #09864B;
}
</style>