Shades of Olive Green #B7B553
Tints of Olive Green #B7B553
RGB
CMYK
RGB Variations
Color information
#B7B553 (or 0xB7B553) is known color: Olive Green. HEX triplet: B7, B5 and 53. RGB value is (183,181,83). Sum of RGB (Red+Green+Blue) = 183+181+83=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 83 (32.81% from 255 or 18.57% from 447); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B553 is #484AAC. Grayscale: #AAAAAA. Windows color (decimal): -4737709 or 5486007. OLE color: 5486007.
HSL color Cylindrical-coordinate representation of color #B7B553: hue angle of 58.8º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B7B553 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 181 | 83 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.28 |
| HSL | 58.8º | 0.41% | 0.52% | - |
| HSV(B) | 58.8º | 0.55% | 0.72% | - |
| XYZ | 37.61 | 43.74 | 14.64 | - |
| YUV | 170.43 | 78.66 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 181 | 83 | 0 | 0.01 | 0.55 | 0.28 | 58.8 | 0.41 | 0.52 |
| Hex | B7 | B5 | 53 | 0 | 1 | 37 | 1C | 3B | 29 | 34 |
| Octal | 267 | 265 | 123 | 0 | 1 | 67 | 34 | 73 | 51 | 64 |
| Binary | 10110111 | 10110101 | 1010011 | 0 | 1 | 110111 | 11100 | 111011 | 101001 | 110100 |
Color Harmonies of #B7B553
Complementary color
Monochromatic Colors of #B7B553
Black with #B7B553
Text Example
Text Example
White with #B7B553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B553; }
p { color: rgb(183,181,83); }
H1.HeaderClassName
{
color: #B7B553;
}
.AnyTagClassName
{
color: #B7B553;
}
</style>
background-color css
<style>
a { background-color: #B7B553; }
a { background-color: rgb(183,181,83); }
div.DivClassName
{
background-color: #B7B553;
}
.BgClassName
{
background-color: #B7B553;
}
</style>
border-color css
<style>
span { border-color: #B7B553; }
span { border-color: rgb(183,181,83); }
td.TdClassName
{
border-color: #B7B553;
}
.TagClassName
{
border-color: #B7B553;
}
</style>