Shades of Olive Green #B7B059
Tints of Olive Green #B7B059
RGB
CMYK
RGB Variations
Color information
#B7B059 (or 0xB7B059) is known color: Olive Green. HEX triplet: B7, B0 and 59. RGB value is (183,176,89). Sum of RGB (Red+Green+Blue) = 183+176+89=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 89 (35.16% from 255 or 19.87% from 448); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B059 is #484FA6. Grayscale: #A8A8A8. Windows color (decimal): -4738983 or 5877943. OLE color: 5877943.
HSL color Cylindrical-coordinate representation of color #B7B059: hue angle of 55.53º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B7B059 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 176 | 89 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.28 |
| HSL | 55.53º | 0.39% | 0.53% | - |
| HSV(B) | 55.53º | 0.51% | 0.72% | - |
| XYZ | 36.86 | 41.84 | 15.58 | - |
| YUV | 168.18 | 83.32 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 89 | 0 | 0.04 | 0.51 | 0.28 | 55.53 | 0.39 | 0.53 |
| Hex | B7 | B0 | 59 | 0 | 4 | 33 | 1C | 38 | 27 | 35 |
| Octal | 267 | 260 | 131 | 0 | 4 | 63 | 34 | 70 | 47 | 65 |
| Binary | 10110111 | 10110000 | 1011001 | 0 | 100 | 110011 | 11100 | 111000 | 100111 | 110101 |
Color Harmonies of #B7B059
Complementary color
Monochromatic Colors of #B7B059
Black with #B7B059
Text Example
Text Example
White with #B7B059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B059; }
p { color: rgb(183,176,89); }
H1.HeaderClassName
{
color: #B7B059;
}
.AnyTagClassName
{
color: #B7B059;
}
</style>
background-color css
<style>
a { background-color: #B7B059; }
a { background-color: rgb(183,176,89); }
div.DivClassName
{
background-color: #B7B059;
}
.BgClassName
{
background-color: #B7B059;
}
</style>
border-color css
<style>
span { border-color: #B7B059; }
span { border-color: rgb(183,176,89); }
td.TdClassName
{
border-color: #B7B059;
}
.TagClassName
{
border-color: #B7B059;
}
</style>