Shades of Olive Green #B7B54D
Tints of Olive Green #B7B54D
RGB
CMYK
RGB Variations
Color information
#B7B54D (or 0xB7B54D) is known color: Olive Green. HEX triplet: B7, B5 and 4D. RGB value is (183,181,77). Sum of RGB (Red+Green+Blue) = 183+181+77=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B54D is #484AB2. Grayscale: #AAAAAA. Windows color (decimal): -4737715 or 5092791. OLE color: 5092791.
HSL color Cylindrical-coordinate representation of color #B7B54D: hue angle of 58.87º 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 #B7B54D is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 181 | 77 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.28 |
| HSL | 58.87º | 0.42% | 0.51% | - |
| HSV(B) | 58.87º | 0.58% | 0.72% | - |
| XYZ | 37.39 | 43.65 | 13.48 | - |
| YUV | 169.74 | 75.66 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 181 | 77 | 0 | 0.01 | 0.58 | 0.28 | 58.87 | 0.42 | 0.51 |
| Hex | B7 | B5 | 4D | 0 | 1 | 3A | 1C | 3B | 2A | 33 |
| Octal | 267 | 265 | 115 | 0 | 1 | 72 | 34 | 73 | 52 | 63 |
| Binary | 10110111 | 10110101 | 1001101 | 0 | 1 | 111010 | 11100 | 111011 | 101010 | 110011 |
Color Harmonies of #B7B54D
Complementary color
Monochromatic Colors of #B7B54D
Black with #B7B54D
Text Example
Text Example
White with #B7B54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B54D; }
p { color: rgb(183,181,77); }
H1.HeaderClassName
{
color: #B7B54D;
}
.AnyTagClassName
{
color: #B7B54D;
}
</style>
background-color css
<style>
a { background-color: #B7B54D; }
a { background-color: rgb(183,181,77); }
div.DivClassName
{
background-color: #B7B54D;
}
.BgClassName
{
background-color: #B7B54D;
}
</style>
border-color css
<style>
span { border-color: #B7B54D; }
span { border-color: rgb(183,181,77); }
td.TdClassName
{
border-color: #B7B54D;
}
.TagClassName
{
border-color: #B7B54D;
}
</style>