Shades of Olive Green #B6B756
Tints of Olive Green #B6B756
RGB
CMYK
RGB Variations
Color information
#B6B756 (or 0xB6B756) is known color: Olive Green. HEX triplet: B6, B7 and 56. RGB value is (182,183,86). Sum of RGB (Red+Green+Blue) = 182+183+86=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 183 - color contains mainly: green. Hex color #B6B756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B756 is #4948A9. Grayscale: #ACACAC. Windows color (decimal): -4802730 or 5683126. OLE color: 5683126.
HSL color Cylindrical-coordinate representation of color #B6B756: hue angle of 60.62º 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 #B6B756 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 182 | 183 | 86 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.28 |
| HSL | 60.62º | 0.4% | 0.53% | - |
| HSV(B) | 60.62º | 0.53% | 0.72% | - |
| XYZ | 37.9 | 44.48 | 15.39 | - |
| YUV | 171.64 | 79.67 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 183 | 86 | 0.01 | 0 | 0.53 | 0.28 | 60.62 | 0.4 | 0.53 |
| Hex | B6 | B7 | 56 | 1 | 0 | 35 | 1C | 3D | 28 | 35 |
| Octal | 266 | 267 | 126 | 1 | 0 | 65 | 34 | 75 | 50 | 65 |
| Binary | 10110110 | 10110111 | 1010110 | 1 | 0 | 110101 | 11100 | 111101 | 101000 | 110101 |
Color Harmonies of #B6B756
Complementary color
Monochromatic Colors of #B6B756
Black with #B6B756
Text Example
Text Example
White with #B6B756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B756; }
p { color: rgb(182,183,86); }
H1.HeaderClassName
{
color: #B6B756;
}
.AnyTagClassName
{
color: #B6B756;
}
</style>
background-color css
<style>
a { background-color: #B6B756; }
a { background-color: rgb(182,183,86); }
div.DivClassName
{
background-color: #B6B756;
}
.BgClassName
{
background-color: #B6B756;
}
</style>
border-color css
<style>
span { border-color: #B6B756; }
span { border-color: rgb(182,183,86); }
td.TdClassName
{
border-color: #B6B756;
}
.TagClassName
{
border-color: #B6B756;
}
</style>