Shades of Olive Green #B7B558
Tints of Olive Green #B7B558
RGB
CMYK
RGB Variations
Color information
#B7B558 (or 0xB7B558) is known color: Olive Green. HEX triplet: B7, B5 and 58. RGB value is (183,181,88). Sum of RGB (Red+Green+Blue) = 183+181+88=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 88 (34.77% from 255 or 19.47% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B558 is #484AA7. Grayscale: #ABABAB. Windows color (decimal): -4737704 or 5813687. OLE color: 5813687.
HSL color Cylindrical-coordinate representation of color #B7B558: hue angle of 58.74º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B7B558 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 181 | 88 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.28 |
| HSL | 58.74º | 0.4% | 0.53% | - |
| HSV(B) | 58.74º | 0.52% | 0.72% | - |
| XYZ | 37.81 | 43.82 | 15.7 | - |
| YUV | 171 | 81.16 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 181 | 88 | 0 | 0.01 | 0.52 | 0.28 | 58.74 | 0.4 | 0.53 |
| Hex | B7 | B5 | 58 | 0 | 1 | 34 | 1C | 3B | 28 | 35 |
| Octal | 267 | 265 | 130 | 0 | 1 | 64 | 34 | 73 | 50 | 65 |
| Binary | 10110111 | 10110101 | 1011000 | 0 | 1 | 110100 | 11100 | 111011 | 101000 | 110101 |
Color Harmonies of #B7B558
Complementary color
Monochromatic Colors of #B7B558
Black with #B7B558
Text Example
Text Example
White with #B7B558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B558; }
p { color: rgb(183,181,88); }
H1.HeaderClassName
{
color: #B7B558;
}
.AnyTagClassName
{
color: #B7B558;
}
</style>
background-color css
<style>
a { background-color: #B7B558; }
a { background-color: rgb(183,181,88); }
div.DivClassName
{
background-color: #B7B558;
}
.BgClassName
{
background-color: #B7B558;
}
</style>
border-color css
<style>
span { border-color: #B7B558; }
span { border-color: rgb(183,181,88); }
td.TdClassName
{
border-color: #B7B558;
}
.TagClassName
{
border-color: #B7B558;
}
</style>