Shades of Olive Green #B7B34D
Tints of Olive Green #B7B34D
RGB
CMYK
RGB Variations
Color information
#B7B34D (or 0xB7B34D) is known color: Olive Green. HEX triplet: B7, B3 and 4D. RGB value is (183,179,77). Sum of RGB (Red+Green+Blue) = 183+179+77=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 77 (30.47% from 255 or 17.54% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B34D is #484CB2. Grayscale: #A8A8A8. Windows color (decimal): -4738227 or 5092279. OLE color: 5092279.
HSL color Cylindrical-coordinate representation of color #B7B34D: hue angle of 57.74º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7B34D is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 179 | 77 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.28 |
| HSL | 57.74º | 0.42% | 0.51% | - |
| HSV(B) | 57.74º | 0.58% | 0.72% | - |
| XYZ | 36.99 | 42.84 | 13.34 | - |
| YUV | 168.57 | 76.33 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 179 | 77 | 0 | 0.02 | 0.58 | 0.28 | 57.74 | 0.42 | 0.51 |
| Hex | B7 | B3 | 4D | 0 | 2 | 3A | 1C | 3A | 2A | 33 |
| Octal | 267 | 263 | 115 | 0 | 2 | 72 | 34 | 72 | 52 | 63 |
| Binary | 10110111 | 10110011 | 1001101 | 0 | 10 | 111010 | 11100 | 111010 | 101010 | 110011 |
Color Harmonies of #B7B34D
Complementary color
Monochromatic Colors of #B7B34D
Black with #B7B34D
Text Example
Text Example
White with #B7B34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B34D; }
p { color: rgb(183,179,77); }
H1.HeaderClassName
{
color: #B7B34D;
}
.AnyTagClassName
{
color: #B7B34D;
}
</style>
background-color css
<style>
a { background-color: #B7B34D; }
a { background-color: rgb(183,179,77); }
div.DivClassName
{
background-color: #B7B34D;
}
.BgClassName
{
background-color: #B7B34D;
}
</style>
border-color css
<style>
span { border-color: #B7B34D; }
span { border-color: rgb(183,179,77); }
td.TdClassName
{
border-color: #B7B34D;
}
.TagClassName
{
border-color: #B7B34D;
}
</style>