Shades of Olive Green #B7B05A
Tints of Olive Green #B7B05A
RGB
CMYK
RGB Variations
Color information
#B7B05A (or 0xB7B05A) is known color: Olive Green. HEX triplet: B7, B0 and 5A. RGB value is (183,176,90). Sum of RGB (Red+Green+Blue) = 183+176+90=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 90 (35.55% from 255 or 20.04% from 449); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B05A is #484FA5. Grayscale: #A8A8A8. Windows color (decimal): -4738982 or 5943479. OLE color: 5943479.
HSL color Cylindrical-coordinate representation of color #B7B05A: hue angle of 55.48º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B7B05A is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 176 | 90 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.28 |
| HSL | 55.48º | 0.39% | 0.54% | - |
| HSV(B) | 55.48º | 0.51% | 0.72% | - |
| XYZ | 36.9 | 41.86 | 15.81 | - |
| YUV | 168.29 | 83.82 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 90 | 0 | 0.04 | 0.51 | 0.28 | 55.48 | 0.39 | 0.54 |
| Hex | B7 | B0 | 5A | 0 | 4 | 33 | 1C | 37 | 27 | 36 |
| Octal | 267 | 260 | 132 | 0 | 4 | 63 | 34 | 67 | 47 | 66 |
| Binary | 10110111 | 10110000 | 1011010 | 0 | 100 | 110011 | 11100 | 110111 | 100111 | 110110 |
Color Harmonies of #B7B05A
Complementary color
Monochromatic Colors of #B7B05A
Black with #B7B05A
Text Example
Text Example
White with #B7B05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B05A; }
p { color: rgb(183,176,90); }
H1.HeaderClassName
{
color: #B7B05A;
}
.AnyTagClassName
{
color: #B7B05A;
}
</style>
background-color css
<style>
a { background-color: #B7B05A; }
a { background-color: rgb(183,176,90); }
div.DivClassName
{
background-color: #B7B05A;
}
.BgClassName
{
background-color: #B7B05A;
}
</style>
border-color css
<style>
span { border-color: #B7B05A; }
span { border-color: rgb(183,176,90); }
td.TdClassName
{
border-color: #B7B05A;
}
.TagClassName
{
border-color: #B7B05A;
}
</style>