Shades of Salem #0B764E
Tints of Salem #0B764E
RGB
CMYK
RGB Variations
Color information
#0B764E (or 0x0B764E) is known color: Salem. HEX triplet: 0B, 76 and 4E. RGB value is (11,118,78). Sum of RGB (Red+Green+Blue) = 11+118+78=207 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.31% from 207); Green value is 118 (46.48% from 255 or 57.00% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 118 - color contains mainly: green. Hex color #0B764E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B764E is #F489B1. Grayscale: #515151. Windows color (decimal): -16026034 or 5142027. OLE color: 5142027.
HSL color Cylindrical-coordinate representation of color #0B764E: hue angle of 157.57º 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 #0B764E is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 118 | 78 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.54 |
| HSL | 157.57º | 0.83% | 0.25% | - |
| HSV(B) | 157.57º | 0.91% | 0.46% | - |
| XYZ | 7.99 | 13.58 | 9.41 | - |
| YUV | 81.45 | 126.05 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 118 | 78 | 0.91 | 0 | 0.34 | 0.54 | 157.57 | 0.83 | 0.25 |
| Hex | B | 76 | 4E | 5B | 0 | 22 | 36 | 9E | 53 | 19 |
| Octal | 13 | 166 | 116 | 133 | 0 | 42 | 66 | 236 | 123 | 31 |
| Binary | 1011 | 1110110 | 1001110 | 1011011 | 0 | 100010 | 110110 | 10011110 | 1010011 | 11001 |
Color Harmonies of #0B764E
Complementary color
Monochromatic Colors of #0B764E
Black with #0B764E
Text Example
Text Example
White with #0B764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B764E; }
p { color: rgb(11,118,78); }
H1.HeaderClassName
{
color: #0B764E;
}
.AnyTagClassName
{
color: #0B764E;
}
</style>
background-color css
<style>
a { background-color: #0B764E; }
a { background-color: rgb(11,118,78); }
div.DivClassName
{
background-color: #0B764E;
}
.BgClassName
{
background-color: #0B764E;
}
</style>
border-color css
<style>
span { border-color: #0B764E; }
span { border-color: rgb(11,118,78); }
td.TdClassName
{
border-color: #0B764E;
}
.TagClassName
{
border-color: #0B764E;
}
</style>