Shades of Olive Green #B7B863
Tints of Olive Green #B7B863
RGB
CMYK
RGB Variations
Color information
#B7B863 (or 0xB7B863) is known color: Olive Green. HEX triplet: B7, B8 and 63. RGB value is (183,184,99). Sum of RGB (Red+Green+Blue) = 183+184+99=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 184 - color contains mainly: green. Hex color #B7B863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B863 is #48479C. Grayscale: #AEAEAE. Windows color (decimal): -4736925 or 6535351. OLE color: 6535351.
HSL color Cylindrical-coordinate representation of color #B7B863: hue angle of 60.71º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B7B863 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 184 | 99 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.28 |
| HSL | 60.71º | 0.37% | 0.55% | - |
| HSV(B) | 60.71º | 0.46% | 0.72% | - |
| XYZ | 38.92 | 45.25 | 18.49 | - |
| YUV | 174.01 | 85.67 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 184 | 99 | 0.01 | 0 | 0.46 | 0.28 | 60.71 | 0.37 | 0.55 |
| Hex | B7 | B8 | 63 | 1 | 0 | 2E | 1C | 3D | 25 | 37 |
| Octal | 267 | 270 | 143 | 1 | 0 | 56 | 34 | 75 | 45 | 67 |
| Binary | 10110111 | 10111000 | 1100011 | 1 | 0 | 101110 | 11100 | 111101 | 100101 | 110111 |
Color Harmonies of #B7B863
Complementary color
Monochromatic Colors of #B7B863
Black with #B7B863
Text Example
Text Example
White with #B7B863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B863; }
p { color: rgb(183,184,99); }
H1.HeaderClassName
{
color: #B7B863;
}
.AnyTagClassName
{
color: #B7B863;
}
</style>
background-color css
<style>
a { background-color: #B7B863; }
a { background-color: rgb(183,184,99); }
div.DivClassName
{
background-color: #B7B863;
}
.BgClassName
{
background-color: #B7B863;
}
</style>
border-color css
<style>
span { border-color: #B7B863; }
span { border-color: rgb(183,184,99); }
td.TdClassName
{
border-color: #B7B863;
}
.TagClassName
{
border-color: #B7B863;
}
</style>