Shades of Salem #0B764B
Tints of Salem #0B764B
RGB
CMYK
RGB Variations
Color information
#0B764B (or 0x0B764B) is known color: Salem. HEX triplet: 0B, 76 and 4B. RGB value is (11,118,75). Sum of RGB (Red+Green+Blue) = 11+118+75=204 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.39% from 204); Green value is 118 (46.48% from 255 or 57.84% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 118 - color contains mainly: green. Hex color #0B764B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B764B is #F489B4. Grayscale: #515151. Windows color (decimal): -16026037 or 4945419. OLE color: 4945419.
HSL color Cylindrical-coordinate representation of color #0B764B: hue angle of 155.89º 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 #0B764B is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 118 | 75 | - |
| CMYK | 0.91 | 0 | 0.36 | 0.54 |
| HSL | 155.89º | 0.83% | 0.25% | - |
| HSV(B) | 155.89º | 0.91% | 0.46% | - |
| XYZ | 7.89 | 13.54 | 8.85 | - |
| YUV | 81.11 | 124.55 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 118 | 75 | 0.91 | 0 | 0.36 | 0.54 | 155.89 | 0.83 | 0.25 |
| Hex | B | 76 | 4B | 5B | 0 | 24 | 36 | 9C | 53 | 19 |
| Octal | 13 | 166 | 113 | 133 | 0 | 44 | 66 | 234 | 123 | 31 |
| Binary | 1011 | 1110110 | 1001011 | 1011011 | 0 | 100100 | 110110 | 10011100 | 1010011 | 11001 |
Color Harmonies of #0B764B
Complementary color
Monochromatic Colors of #0B764B
Black with #0B764B
Text Example
Text Example
White with #0B764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B764B; }
p { color: rgb(11,118,75); }
H1.HeaderClassName
{
color: #0B764B;
}
.AnyTagClassName
{
color: #0B764B;
}
</style>
background-color css
<style>
a { background-color: #0B764B; }
a { background-color: rgb(11,118,75); }
div.DivClassName
{
background-color: #0B764B;
}
.BgClassName
{
background-color: #0B764B;
}
</style>
border-color css
<style>
span { border-color: #0B764B; }
span { border-color: rgb(11,118,75); }
td.TdClassName
{
border-color: #0B764B;
}
.TagClassName
{
border-color: #0B764B;
}
</style>