Shades of Olive Green #B3B75E
Tints of Olive Green #B3B75E
RGB
CMYK
RGB Variations
Color information
#B3B75E (or 0xB3B75E) is known color: Olive Green. HEX triplet: B3, B7 and 5E. RGB value is (179,183,94). Sum of RGB (Red+Green+Blue) = 179+183+94=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 183 - color contains mainly: green. Hex color #B3B75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B75E is #4C48A1. Grayscale: #ACACAC. Windows color (decimal): -4999330 or 6207411. OLE color: 6207411.
HSL color Cylindrical-coordinate representation of color #B3B75E: hue angle of 62.7º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B3B75E is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 183 | 94 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.28 |
| HSL | 62.7º | 0.38% | 0.54% | - |
| HSV(B) | 62.7º | 0.49% | 0.72% | - |
| XYZ | 37.54 | 44.26 | 17.15 | - |
| YUV | 171.66 | 84.17 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 183 | 94 | 0.02 | 0 | 0.49 | 0.28 | 62.7 | 0.38 | 0.54 |
| Hex | B3 | B7 | 5E | 2 | 0 | 31 | 1C | 3F | 26 | 36 |
| Octal | 263 | 267 | 136 | 2 | 0 | 61 | 34 | 77 | 46 | 66 |
| Binary | 10110011 | 10110111 | 1011110 | 10 | 0 | 110001 | 11100 | 111111 | 100110 | 110110 |
Color Harmonies of #B3B75E
Complementary color
Monochromatic Colors of #B3B75E
Black with #B3B75E
Text Example
Text Example
White with #B3B75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B75E; }
p { color: rgb(179,183,94); }
H1.HeaderClassName
{
color: #B3B75E;
}
.AnyTagClassName
{
color: #B3B75E;
}
</style>
background-color css
<style>
a { background-color: #B3B75E; }
a { background-color: rgb(179,183,94); }
div.DivClassName
{
background-color: #B3B75E;
}
.BgClassName
{
background-color: #B3B75E;
}
</style>
border-color css
<style>
span { border-color: #B3B75E; }
span { border-color: rgb(179,183,94); }
td.TdClassName
{
border-color: #B3B75E;
}
.TagClassName
{
border-color: #B3B75E;
}
</style>