Shades of Olive Green #B7B34F
Tints of Olive Green #B7B34F
RGB
CMYK
RGB Variations
Color information
#B7B34F (or 0xB7B34F) is known color: Olive Green. HEX triplet: B7, B3 and 4F. RGB value is (183,179,79). Sum of RGB (Red+Green+Blue) = 183+179+79=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 79 (31.25% from 255 or 17.91% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B34F is #484CB0. Grayscale: #A9A9A9. Windows color (decimal): -4738225 or 5223351. OLE color: 5223351.
HSL color Cylindrical-coordinate representation of color #B7B34F: hue angle of 57.69º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B7B34F is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 179 | 79 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.28 |
| HSL | 57.69º | 0.42% | 0.51% | - |
| HSV(B) | 57.69º | 0.57% | 0.72% | - |
| XYZ | 37.06 | 42.87 | 13.72 | - |
| YUV | 168.8 | 77.33 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 179 | 79 | 0 | 0.02 | 0.57 | 0.28 | 57.69 | 0.42 | 0.51 |
| Hex | B7 | B3 | 4F | 0 | 2 | 39 | 1C | 3A | 2A | 33 |
| Octal | 267 | 263 | 117 | 0 | 2 | 71 | 34 | 72 | 52 | 63 |
| Binary | 10110111 | 10110011 | 1001111 | 0 | 10 | 111001 | 11100 | 111010 | 101010 | 110011 |
Color Harmonies of #B7B34F
Complementary color
Monochromatic Colors of #B7B34F
Black with #B7B34F
Text Example
Text Example
White with #B7B34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B34F; }
p { color: rgb(183,179,79); }
H1.HeaderClassName
{
color: #B7B34F;
}
.AnyTagClassName
{
color: #B7B34F;
}
</style>
background-color css
<style>
a { background-color: #B7B34F; }
a { background-color: rgb(183,179,79); }
div.DivClassName
{
background-color: #B7B34F;
}
.BgClassName
{
background-color: #B7B34F;
}
</style>
border-color css
<style>
span { border-color: #B7B34F; }
span { border-color: rgb(183,179,79); }
td.TdClassName
{
border-color: #B7B34F;
}
.TagClassName
{
border-color: #B7B34F;
}
</style>