Shades of Olive Green #B2B761
Tints of Olive Green #B2B761
RGB
CMYK
RGB Variations
Color information
#B2B761 (or 0xB2B761) is known color: Olive Green. HEX triplet: B2, B7 and 61. RGB value is (178,183,97). Sum of RGB (Red+Green+Blue) = 178+183+97=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B761 is #4D489E. Grayscale: #ACACAC. Windows color (decimal): -5064863 or 6404018. OLE color: 6404018.
HSL color Cylindrical-coordinate representation of color #B2B761: hue angle of 63.49º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2B761 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 183 | 97 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.28 |
| HSL | 63.49º | 0.37% | 0.55% | - |
| HSV(B) | 63.49º | 0.47% | 0.72% | - |
| XYZ | 37.45 | 44.2 | 17.87 | - |
| YUV | 171.7 | 85.84 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 183 | 97 | 0.03 | 0 | 0.47 | 0.28 | 63.49 | 0.37 | 0.55 |
| Hex | B2 | B7 | 61 | 3 | 0 | 2F | 1C | 3F | 25 | 37 |
| Octal | 262 | 267 | 141 | 3 | 0 | 57 | 34 | 77 | 45 | 67 |
| Binary | 10110010 | 10110111 | 1100001 | 11 | 0 | 101111 | 11100 | 111111 | 100101 | 110111 |
Color Harmonies of #B2B761
Complementary color
Monochromatic Colors of #B2B761
Black with #B2B761
Text Example
Text Example
White with #B2B761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B761; }
p { color: rgb(178,183,97); }
H1.HeaderClassName
{
color: #B2B761;
}
.AnyTagClassName
{
color: #B2B761;
}
</style>
background-color css
<style>
a { background-color: #B2B761; }
a { background-color: rgb(178,183,97); }
div.DivClassName
{
background-color: #B2B761;
}
.BgClassName
{
background-color: #B2B761;
}
</style>
border-color css
<style>
span { border-color: #B2B761; }
span { border-color: rgb(178,183,97); }
td.TdClassName
{
border-color: #B2B761;
}
.TagClassName
{
border-color: #B2B761;
}
</style>