Shades of Olive Green #B7B153
Tints of Olive Green #B7B153
RGB
CMYK
RGB Variations
Color information
#B7B153 (or 0xB7B153) is known color: Olive Green. HEX triplet: B7, B1 and 53. RGB value is (183,177,83). Sum of RGB (Red+Green+Blue) = 183+177+83=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 83 (32.81% from 255 or 18.74% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B153 is #484EAC. Grayscale: #A8A8A8. Windows color (decimal): -4738733 or 5484983. OLE color: 5484983.
HSL color Cylindrical-coordinate representation of color #B7B153: hue angle of 56.4º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B7B153 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 177 | 83 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.28 |
| HSL | 56.4º | 0.41% | 0.52% | - |
| HSV(B) | 56.4º | 0.55% | 0.72% | - |
| XYZ | 36.81 | 42.14 | 14.38 | - |
| YUV | 168.08 | 79.99 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 83 | 0 | 0.03 | 0.55 | 0.28 | 56.4 | 0.41 | 0.52 |
| Hex | B7 | B1 | 53 | 0 | 3 | 37 | 1C | 38 | 29 | 34 |
| Octal | 267 | 261 | 123 | 0 | 3 | 67 | 34 | 70 | 51 | 64 |
| Binary | 10110111 | 10110001 | 1010011 | 0 | 11 | 110111 | 11100 | 111000 | 101001 | 110100 |
Color Harmonies of #B7B153
Complementary color
Monochromatic Colors of #B7B153
Black with #B7B153
Text Example
Text Example
White with #B7B153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B153; }
p { color: rgb(183,177,83); }
H1.HeaderClassName
{
color: #B7B153;
}
.AnyTagClassName
{
color: #B7B153;
}
</style>
background-color css
<style>
a { background-color: #B7B153; }
a { background-color: rgb(183,177,83); }
div.DivClassName
{
background-color: #B7B153;
}
.BgClassName
{
background-color: #B7B153;
}
</style>
border-color css
<style>
span { border-color: #B7B153; }
span { border-color: rgb(183,177,83); }
td.TdClassName
{
border-color: #B7B153;
}
.TagClassName
{
border-color: #B7B153;
}
</style>