Shades of Salem #0B764A
Tints of Salem #0B764A
RGB
CMYK
RGB Variations
Color information
#0B764A (or 0x0B764A) is known color: Salem. HEX triplet: 0B, 76 and 4A. RGB value is (11,118,74). Sum of RGB (Red+Green+Blue) = 11+118+74=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #0B764A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B764A is #F489B5. Grayscale: #515151. Windows color (decimal): -16026038 or 4879883. OLE color: 4879883.
HSL color Cylindrical-coordinate representation of color #0B764A: hue angle of 155.33º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B764A is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 118 | 74 | - |
| CMYK | 0.91 | 0 | 0.37 | 0.54 |
| HSL | 155.33º | 0.83% | 0.25% | - |
| HSV(B) | 155.33º | 0.91% | 0.46% | - |
| XYZ | 7.85 | 13.52 | 8.67 | - |
| YUV | 80.99 | 124.05 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 118 | 74 | 0.91 | 0 | 0.37 | 0.54 | 155.33 | 0.83 | 0.25 |
| Hex | B | 76 | 4A | 5B | 0 | 25 | 36 | 9B | 53 | 19 |
| Octal | 13 | 166 | 112 | 133 | 0 | 45 | 66 | 233 | 123 | 31 |
| Binary | 1011 | 1110110 | 1001010 | 1011011 | 0 | 100101 | 110110 | 10011011 | 1010011 | 11001 |
Color Harmonies of #0B764A
Complementary color
Monochromatic Colors of #0B764A
Black with #0B764A
Text Example
Text Example
White with #0B764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B764A; }
p { color: rgb(11,118,74); }
H1.HeaderClassName
{
color: #0B764A;
}
.AnyTagClassName
{
color: #0B764A;
}
</style>
background-color css
<style>
a { background-color: #0B764A; }
a { background-color: rgb(11,118,74); }
div.DivClassName
{
background-color: #0B764A;
}
.BgClassName
{
background-color: #0B764A;
}
</style>
border-color css
<style>
span { border-color: #0B764A; }
span { border-color: rgb(11,118,74); }
td.TdClassName
{
border-color: #0B764A;
}
.TagClassName
{
border-color: #0B764A;
}
</style>