Shades of Olive Green #B7B656
Tints of Olive Green #B7B656
RGB
CMYK
RGB Variations
Color information
#B7B656 (or 0xB7B656) is known color: Olive Green. HEX triplet: B7, B6 and 56. RGB value is (183,182,86). Sum of RGB (Red+Green+Blue) = 183+182+86=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B656 is #4849A9. Grayscale: #ABABAB. Windows color (decimal): -4737450 or 5682871. OLE color: 5682871.
HSL color Cylindrical-coordinate representation of color #B7B656: hue angle of 59.38º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B7B656 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 182 | 86 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.28 |
| HSL | 59.38º | 0.4% | 0.53% | - |
| HSV(B) | 59.38º | 0.53% | 0.72% | - |
| XYZ | 37.94 | 44.2 | 15.34 | - |
| YUV | 171.36 | 79.83 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 182 | 86 | 0 | 0.01 | 0.53 | 0.28 | 59.38 | 0.4 | 0.53 |
| Hex | B7 | B6 | 56 | 0 | 1 | 35 | 1C | 3B | 28 | 35 |
| Octal | 267 | 266 | 126 | 0 | 1 | 65 | 34 | 73 | 50 | 65 |
| Binary | 10110111 | 10110110 | 1010110 | 0 | 1 | 110101 | 11100 | 111011 | 101000 | 110101 |
Color Harmonies of #B7B656
Complementary color
Monochromatic Colors of #B7B656
Black with #B7B656
Text Example
Text Example
White with #B7B656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B656; }
p { color: rgb(183,182,86); }
H1.HeaderClassName
{
color: #B7B656;
}
.AnyTagClassName
{
color: #B7B656;
}
</style>
background-color css
<style>
a { background-color: #B7B656; }
a { background-color: rgb(183,182,86); }
div.DivClassName
{
background-color: #B7B656;
}
.BgClassName
{
background-color: #B7B656;
}
</style>
border-color css
<style>
span { border-color: #B7B656; }
span { border-color: rgb(183,182,86); }
td.TdClassName
{
border-color: #B7B656;
}
.TagClassName
{
border-color: #B7B656;
}
</style>