Shades of Olive Green #B7B963
Tints of Olive Green #B7B963
RGB
CMYK
RGB Variations
Color information
#B7B963 (or 0xB7B963) is known color: Olive Green. HEX triplet: B7, B9 and 63. RGB value is (183,185,99). Sum of RGB (Red+Green+Blue) = 183+185+99=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 185 - color contains mainly: green. Hex color #B7B963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B963 is #48469C. Grayscale: #AEAEAE. Windows color (decimal): -4736669 or 6535607. OLE color: 6535607.
HSL color Cylindrical-coordinate representation of color #B7B963: hue angle of 61.4º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B7B963 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 185 | 99 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.27 |
| HSL | 61.4º | 0.38% | 0.56% | - |
| HSV(B) | 61.4º | 0.46% | 0.73% | - |
| XYZ | 39.13 | 45.67 | 18.56 | - |
| YUV | 174.6 | 85.34 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 185 | 99 | 0.01 | 0 | 0.46 | 0.27 | 61.4 | 0.38 | 0.56 |
| Hex | B7 | B9 | 63 | 1 | 0 | 2E | 1B | 3D | 26 | 38 |
| Octal | 267 | 271 | 143 | 1 | 0 | 56 | 33 | 75 | 46 | 70 |
| Binary | 10110111 | 10111001 | 1100011 | 1 | 0 | 101110 | 11011 | 111101 | 100110 | 111000 |
Color Harmonies of #B7B963
Complementary color
Monochromatic Colors of #B7B963
Black with #B7B963
Text Example
Text Example
White with #B7B963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B963; }
p { color: rgb(183,185,99); }
H1.HeaderClassName
{
color: #B7B963;
}
.AnyTagClassName
{
color: #B7B963;
}
</style>
background-color css
<style>
a { background-color: #B7B963; }
a { background-color: rgb(183,185,99); }
div.DivClassName
{
background-color: #B7B963;
}
.BgClassName
{
background-color: #B7B963;
}
</style>
border-color css
<style>
span { border-color: #B7B963; }
span { border-color: rgb(183,185,99); }
td.TdClassName
{
border-color: #B7B963;
}
.TagClassName
{
border-color: #B7B963;
}
</style>