Shades of Olive Green #B6B161
Tints of Olive Green #B6B161
RGB
CMYK
RGB Variations
Color information
#B6B161 (or 0xB6B161) is known color: Olive Green. HEX triplet: B6, B1 and 61. RGB value is (182,177,97). Sum of RGB (Red+Green+Blue) = 182+177+97=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B161 is #494E9E. Grayscale: #A9A9A9. Windows color (decimal): -4804255 or 6402486. OLE color: 6402486.
HSL color Cylindrical-coordinate representation of color #B6B161: hue angle of 56.47º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B6B161 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 177 | 97 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.29 |
| HSL | 56.47º | 0.37% | 0.55% | - |
| HSV(B) | 56.47º | 0.47% | 0.71% | - |
| XYZ | 37.17 | 42.25 | 17.51 | - |
| YUV | 169.38 | 87.16 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 177 | 97 | 0 | 0.03 | 0.47 | 0.29 | 56.47 | 0.37 | 0.55 |
| Hex | B6 | B1 | 61 | 0 | 3 | 2F | 1D | 38 | 25 | 37 |
| Octal | 266 | 261 | 141 | 0 | 3 | 57 | 35 | 70 | 45 | 67 |
| Binary | 10110110 | 10110001 | 1100001 | 0 | 11 | 101111 | 11101 | 111000 | 100101 | 110111 |
Color Harmonies of #B6B161
Complementary color
Monochromatic Colors of #B6B161
Black with #B6B161
Text Example
Text Example
White with #B6B161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B161; }
p { color: rgb(182,177,97); }
H1.HeaderClassName
{
color: #B6B161;
}
.AnyTagClassName
{
color: #B6B161;
}
</style>
background-color css
<style>
a { background-color: #B6B161; }
a { background-color: rgb(182,177,97); }
div.DivClassName
{
background-color: #B6B161;
}
.BgClassName
{
background-color: #B6B161;
}
</style>
border-color css
<style>
span { border-color: #B6B161; }
span { border-color: rgb(182,177,97); }
td.TdClassName
{
border-color: #B6B161;
}
.TagClassName
{
border-color: #B6B161;
}
</style>