Shades of Olive Green #B7B150
Tints of Olive Green #B7B150
RGB
CMYK
RGB Variations
Color information
#B7B150 (or 0xB7B150) is known color: Olive Green. HEX triplet: B7, B1 and 50. RGB value is (183,177,80). Sum of RGB (Red+Green+Blue) = 183+177+80=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B150 is #484EAF. Grayscale: #A8A8A8. Windows color (decimal): -4738736 or 5288375. OLE color: 5288375.
HSL color Cylindrical-coordinate representation of color #B7B150: hue angle of 56.5º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B7B150 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 177 | 80 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.28 |
| HSL | 56.5º | 0.42% | 0.52% | - |
| HSV(B) | 56.5º | 0.56% | 0.72% | - |
| XYZ | 36.7 | 42.09 | 13.78 | - |
| YUV | 167.74 | 78.49 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 80 | 0 | 0.03 | 0.56 | 0.28 | 56.5 | 0.42 | 0.52 |
| Hex | B7 | B1 | 50 | 0 | 3 | 38 | 1C | 39 | 2A | 34 |
| Octal | 267 | 261 | 120 | 0 | 3 | 70 | 34 | 71 | 52 | 64 |
| Binary | 10110111 | 10110001 | 1010000 | 0 | 11 | 111000 | 11100 | 111001 | 101010 | 110100 |
Color Harmonies of #B7B150
Complementary color
Monochromatic Colors of #B7B150
Black with #B7B150
Text Example
Text Example
White with #B7B150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B150; }
p { color: rgb(183,177,80); }
H1.HeaderClassName
{
color: #B7B150;
}
.AnyTagClassName
{
color: #B7B150;
}
</style>
background-color css
<style>
a { background-color: #B7B150; }
a { background-color: rgb(183,177,80); }
div.DivClassName
{
background-color: #B7B150;
}
.BgClassName
{
background-color: #B7B150;
}
</style>
border-color css
<style>
span { border-color: #B7B150; }
span { border-color: rgb(183,177,80); }
td.TdClassName
{
border-color: #B7B150;
}
.TagClassName
{
border-color: #B7B150;
}
</style>