Shades of Olive Green #B1B766
Tints of Olive Green #B1B766
RGB
CMYK
RGB Variations
Color information
#B1B766 (or 0xB1B766) is known color: Olive Green. HEX triplet: B1, B7 and 66. RGB value is (177,183,102). Sum of RGB (Red+Green+Blue) = 177+183+102=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B766 is #4E4899. Grayscale: #ACACAC. Windows color (decimal): -5130394 or 6731697. OLE color: 6731697.
HSL color Cylindrical-coordinate representation of color #B1B766: hue angle of 64.44º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1B766 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 183 | 102 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.28 |
| HSL | 64.44º | 0.36% | 0.56% | - |
| HSV(B) | 64.44º | 0.44% | 0.72% | - |
| XYZ | 37.46 | 44.17 | 19.12 | - |
| YUV | 171.97 | 88.51 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 183 | 102 | 0.03 | 0 | 0.44 | 0.28 | 64.44 | 0.36 | 0.56 |
| Hex | B1 | B7 | 66 | 3 | 0 | 2C | 1C | 40 | 24 | 38 |
| Octal | 261 | 267 | 146 | 3 | 0 | 54 | 34 | 100 | 44 | 70 |
| Binary | 10110001 | 10110111 | 1100110 | 11 | 0 | 101100 | 11100 | 1000000 | 100100 | 111000 |
Color Harmonies of #B1B766
Complementary color
Monochromatic Colors of #B1B766
Black with #B1B766
Text Example
Text Example
White with #B1B766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B766; }
p { color: rgb(177,183,102); }
H1.HeaderClassName
{
color: #B1B766;
}
.AnyTagClassName
{
color: #B1B766;
}
</style>
background-color css
<style>
a { background-color: #B1B766; }
a { background-color: rgb(177,183,102); }
div.DivClassName
{
background-color: #B1B766;
}
.BgClassName
{
background-color: #B1B766;
}
</style>
border-color css
<style>
span { border-color: #B1B766; }
span { border-color: rgb(177,183,102); }
td.TdClassName
{
border-color: #B1B766;
}
.TagClassName
{
border-color: #B1B766;
}
</style>