Shades of Olive Green #B7B157
Tints of Olive Green #B7B157
RGB
CMYK
RGB Variations
Color information
#B7B157 (or 0xB7B157) is known color: Olive Green. HEX triplet: B7, B1 and 57. RGB value is (183,177,87). Sum of RGB (Red+Green+Blue) = 183+177+87=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 87 (34.38% from 255 or 19.46% from 447); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B157 is #484EA8. Grayscale: #A8A8A8. Windows color (decimal): -4738729 or 5747127. OLE color: 5747127.
HSL color Cylindrical-coordinate representation of color #B7B157: hue angle of 56.25º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B7B157 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 177 | 87 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.28 |
| HSL | 56.25º | 0.4% | 0.53% | - |
| HSV(B) | 56.25º | 0.52% | 0.72% | - |
| XYZ | 36.97 | 42.2 | 15.21 | - |
| YUV | 168.53 | 81.99 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 87 | 0 | 0.03 | 0.52 | 0.28 | 56.25 | 0.4 | 0.53 |
| Hex | B7 | B1 | 57 | 0 | 3 | 34 | 1C | 38 | 28 | 35 |
| Octal | 267 | 261 | 127 | 0 | 3 | 64 | 34 | 70 | 50 | 65 |
| Binary | 10110111 | 10110001 | 1010111 | 0 | 11 | 110100 | 11100 | 111000 | 101000 | 110101 |
Color Harmonies of #B7B157
Complementary color
Monochromatic Colors of #B7B157
Black with #B7B157
Text Example
Text Example
White with #B7B157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B157; }
p { color: rgb(183,177,87); }
H1.HeaderClassName
{
color: #B7B157;
}
.AnyTagClassName
{
color: #B7B157;
}
</style>
background-color css
<style>
a { background-color: #B7B157; }
a { background-color: rgb(183,177,87); }
div.DivClassName
{
background-color: #B7B157;
}
.BgClassName
{
background-color: #B7B157;
}
</style>
border-color css
<style>
span { border-color: #B7B157; }
span { border-color: rgb(183,177,87); }
td.TdClassName
{
border-color: #B7B157;
}
.TagClassName
{
border-color: #B7B157;
}
</style>