Shades of Olive Green #B7B653
Tints of Olive Green #B7B653
RGB
CMYK
RGB Variations
Color information
#B7B653 (or 0xB7B653) is known color: Olive Green. HEX triplet: B7, B6 and 53. RGB value is (183,182,83). Sum of RGB (Red+Green+Blue) = 183+182+83=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 83 (32.81% from 255 or 18.53% from 448); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B653 is #4849AC. Grayscale: #ABABAB. Windows color (decimal): -4737453 or 5486263. OLE color: 5486263.
HSL color Cylindrical-coordinate representation of color #B7B653: hue angle of 59.4º 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 #B7B653 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 182 | 83 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.28 |
| HSL | 59.4º | 0.41% | 0.52% | - |
| HSV(B) | 59.4º | 0.55% | 0.72% | - |
| XYZ | 37.82 | 44.15 | 14.71 | - |
| YUV | 171.01 | 78.33 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 182 | 83 | 0 | 0.01 | 0.55 | 0.28 | 59.4 | 0.41 | 0.52 |
| Hex | B7 | B6 | 53 | 0 | 1 | 37 | 1C | 3B | 29 | 34 |
| Octal | 267 | 266 | 123 | 0 | 1 | 67 | 34 | 73 | 51 | 64 |
| Binary | 10110111 | 10110110 | 1010011 | 0 | 1 | 110111 | 11100 | 111011 | 101001 | 110100 |
Color Harmonies of #B7B653
Complementary color
Monochromatic Colors of #B7B653
Black with #B7B653
Text Example
Text Example
White with #B7B653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B653; }
p { color: rgb(183,182,83); }
H1.HeaderClassName
{
color: #B7B653;
}
.AnyTagClassName
{
color: #B7B653;
}
</style>
background-color css
<style>
a { background-color: #B7B653; }
a { background-color: rgb(183,182,83); }
div.DivClassName
{
background-color: #B7B653;
}
.BgClassName
{
background-color: #B7B653;
}
</style>
border-color css
<style>
span { border-color: #B7B653; }
span { border-color: rgb(183,182,83); }
td.TdClassName
{
border-color: #B7B653;
}
.TagClassName
{
border-color: #B7B653;
}
</style>