Shades of Olive Green #B7B655
Tints of Olive Green #B7B655
RGB
CMYK
RGB Variations
Color information
#B7B655 (or 0xB7B655) is known color: Olive Green. HEX triplet: B7, B6 and 55. RGB value is (183,182,85). Sum of RGB (Red+Green+Blue) = 183+182+85=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B655 is #4849AA. Grayscale: #ABABAB. Windows color (decimal): -4737451 or 5617335. OLE color: 5617335.
HSL color Cylindrical-coordinate representation of color #B7B655: hue angle of 59.39º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B7B655 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 182 | 85 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.28 |
| HSL | 59.39º | 0.4% | 0.53% | - |
| HSV(B) | 59.39º | 0.54% | 0.72% | - |
| XYZ | 37.9 | 44.18 | 15.12 | - |
| YUV | 171.24 | 79.33 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 182 | 85 | 0 | 0.01 | 0.54 | 0.28 | 59.39 | 0.4 | 0.53 |
| Hex | B7 | B6 | 55 | 0 | 1 | 36 | 1C | 3B | 28 | 35 |
| Octal | 267 | 266 | 125 | 0 | 1 | 66 | 34 | 73 | 50 | 65 |
| Binary | 10110111 | 10110110 | 1010101 | 0 | 1 | 110110 | 11100 | 111011 | 101000 | 110101 |
Color Harmonies of #B7B655
Complementary color
Monochromatic Colors of #B7B655
Black with #B7B655
Text Example
Text Example
White with #B7B655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B655; }
p { color: rgb(183,182,85); }
H1.HeaderClassName
{
color: #B7B655;
}
.AnyTagClassName
{
color: #B7B655;
}
</style>
background-color css
<style>
a { background-color: #B7B655; }
a { background-color: rgb(183,182,85); }
div.DivClassName
{
background-color: #B7B655;
}
.BgClassName
{
background-color: #B7B655;
}
</style>
border-color css
<style>
span { border-color: #B7B655; }
span { border-color: rgb(183,182,85); }
td.TdClassName
{
border-color: #B7B655;
}
.TagClassName
{
border-color: #B7B655;
}
</style>