Shades of Olive Green #B7B55A
Tints of Olive Green #B7B55A
RGB
CMYK
RGB Variations
Color information
#B7B55A (or 0xB7B55A) is known color: Olive Green. HEX triplet: B7, B5 and 5A. RGB value is (183,181,90). Sum of RGB (Red+Green+Blue) = 183+181+90=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B55A is #484AA5. Grayscale: #ABABAB. Windows color (decimal): -4737702 or 5944759. OLE color: 5944759.
HSL color Cylindrical-coordinate representation of color #B7B55A: hue angle of 58.71º 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 #B7B55A is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 181 | 90 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.28 |
| HSL | 58.71º | 0.39% | 0.54% | - |
| HSV(B) | 58.71º | 0.51% | 0.72% | - |
| XYZ | 37.9 | 43.85 | 16.14 | - |
| YUV | 171.22 | 82.16 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 181 | 90 | 0 | 0.01 | 0.51 | 0.28 | 58.71 | 0.39 | 0.54 |
| Hex | B7 | B5 | 5A | 0 | 1 | 33 | 1C | 3B | 27 | 36 |
| Octal | 267 | 265 | 132 | 0 | 1 | 63 | 34 | 73 | 47 | 66 |
| Binary | 10110111 | 10110101 | 1011010 | 0 | 1 | 110011 | 11100 | 111011 | 100111 | 110110 |
Color Harmonies of #B7B55A
Complementary color
Monochromatic Colors of #B7B55A
Black with #B7B55A
Text Example
Text Example
White with #B7B55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B55A; }
p { color: rgb(183,181,90); }
H1.HeaderClassName
{
color: #B7B55A;
}
.AnyTagClassName
{
color: #B7B55A;
}
</style>
background-color css
<style>
a { background-color: #B7B55A; }
a { background-color: rgb(183,181,90); }
div.DivClassName
{
background-color: #B7B55A;
}
.BgClassName
{
background-color: #B7B55A;
}
</style>
border-color css
<style>
span { border-color: #B7B55A; }
span { border-color: rgb(183,181,90); }
td.TdClassName
{
border-color: #B7B55A;
}
.TagClassName
{
border-color: #B7B55A;
}
</style>