Shades of Olive Green #B1B762
Tints of Olive Green #B1B762
RGB
CMYK
RGB Variations
Color information
#B1B762 (or 0xB1B762) is known color: Olive Green. HEX triplet: B1, B7 and 62. RGB value is (177,183,98). Sum of RGB (Red+Green+Blue) = 177+183+98=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 98 (38.67% from 255 or 21.40% from 458); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B762 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B762 is #4E489D. Grayscale: #ABABAB. Windows color (decimal): -5130398 or 6469553. OLE color: 6469553.
HSL color Cylindrical-coordinate representation of color #B1B762: hue angle of 64.24º 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 #B1B762 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 183 | 98 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.28 |
| HSL | 64.24º | 0.37% | 0.55% | - |
| HSV(B) | 64.24º | 0.46% | 0.72% | - |
| XYZ | 37.27 | 44.1 | 18.1 | - |
| YUV | 171.52 | 86.51 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 183 | 98 | 0.03 | 0 | 0.46 | 0.28 | 64.24 | 0.37 | 0.55 |
| Hex | B1 | B7 | 62 | 3 | 0 | 2E | 1C | 40 | 25 | 37 |
| Octal | 261 | 267 | 142 | 3 | 0 | 56 | 34 | 100 | 45 | 67 |
| Binary | 10110001 | 10110111 | 1100010 | 11 | 0 | 101110 | 11100 | 1000000 | 100101 | 110111 |
Color Harmonies of #B1B762
Complementary color
Monochromatic Colors of #B1B762
Black with #B1B762
Text Example
Text Example
White with #B1B762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B762; }
p { color: rgb(177,183,98); }
H1.HeaderClassName
{
color: #B1B762;
}
.AnyTagClassName
{
color: #B1B762;
}
</style>
background-color css
<style>
a { background-color: #B1B762; }
a { background-color: rgb(177,183,98); }
div.DivClassName
{
background-color: #B1B762;
}
.BgClassName
{
background-color: #B1B762;
}
</style>
border-color css
<style>
span { border-color: #B1B762; }
span { border-color: rgb(177,183,98); }
td.TdClassName
{
border-color: #B1B762;
}
.TagClassName
{
border-color: #B1B762;
}
</style>