Shades of Olive Green #B7B650
Tints of Olive Green #B7B650
RGB
CMYK
RGB Variations
Color information
#B7B650 (or 0xB7B650) is known color: Olive Green. HEX triplet: B7, B6 and 50. RGB value is (183,182,80). Sum of RGB (Red+Green+Blue) = 183+182+80=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B650 is #4849AF. Grayscale: #ABABAB. Windows color (decimal): -4737456 or 5289655. OLE color: 5289655.
HSL color Cylindrical-coordinate representation of color #B7B650: hue angle of 59.42º 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 #B7B650 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 182 | 80 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.28 |
| HSL | 59.42º | 0.42% | 0.52% | - |
| HSV(B) | 59.42º | 0.56% | 0.72% | - |
| XYZ | 37.7 | 44.1 | 14.11 | - |
| YUV | 170.67 | 76.83 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 182 | 80 | 0 | 0.01 | 0.56 | 0.28 | 59.42 | 0.42 | 0.52 |
| Hex | B7 | B6 | 50 | 0 | 1 | 38 | 1C | 3B | 2A | 34 |
| Octal | 267 | 266 | 120 | 0 | 1 | 70 | 34 | 73 | 52 | 64 |
| Binary | 10110111 | 10110110 | 1010000 | 0 | 1 | 111000 | 11100 | 111011 | 101010 | 110100 |
Color Harmonies of #B7B650
Complementary color
Monochromatic Colors of #B7B650
Black with #B7B650
Text Example
Text Example
White with #B7B650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B650; }
p { color: rgb(183,182,80); }
H1.HeaderClassName
{
color: #B7B650;
}
.AnyTagClassName
{
color: #B7B650;
}
</style>
background-color css
<style>
a { background-color: #B7B650; }
a { background-color: rgb(183,182,80); }
div.DivClassName
{
background-color: #B7B650;
}
.BgClassName
{
background-color: #B7B650;
}
</style>
border-color css
<style>
span { border-color: #B7B650; }
span { border-color: rgb(183,182,80); }
td.TdClassName
{
border-color: #B7B650;
}
.TagClassName
{
border-color: #B7B650;
}
</style>