Shades of Olive Green #B7B65C
Tints of Olive Green #B7B65C
RGB
CMYK
RGB Variations
Color information
#B7B65C (or 0xB7B65C) is known color: Olive Green. HEX triplet: B7, B6 and 5C. RGB value is (183,182,92). Sum of RGB (Red+Green+Blue) = 183+182+92=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B65C is #4849A3. Grayscale: #ACACAC. Windows color (decimal): -4737444 or 6076087. OLE color: 6076087.
HSL color Cylindrical-coordinate representation of color #B7B65C: hue angle of 59.34º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7B65C is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 182 | 92 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.28 |
| HSL | 59.34º | 0.39% | 0.54% | - |
| HSV(B) | 59.34º | 0.5% | 0.72% | - |
| XYZ | 38.19 | 44.3 | 16.66 | - |
| YUV | 172.04 | 82.83 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 182 | 92 | 0 | 0.01 | 0.50 | 0.28 | 59.34 | 0.39 | 0.54 |
| Hex | B7 | B6 | 5C | 0 | 1 | 32 | 1C | 3B | 27 | 36 |
| Octal | 267 | 266 | 134 | 0 | 1 | 62 | 34 | 73 | 47 | 66 |
| Binary | 10110111 | 10110110 | 1011100 | 0 | 1 | 110010 | 11100 | 111011 | 100111 | 110110 |
Color Harmonies of #B7B65C
Complementary color
Monochromatic Colors of #B7B65C
Black with #B7B65C
Text Example
Text Example
White with #B7B65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B65C; }
p { color: rgb(183,182,92); }
H1.HeaderClassName
{
color: #B7B65C;
}
.AnyTagClassName
{
color: #B7B65C;
}
</style>
background-color css
<style>
a { background-color: #B7B65C; }
a { background-color: rgb(183,182,92); }
div.DivClassName
{
background-color: #B7B65C;
}
.BgClassName
{
background-color: #B7B65C;
}
</style>
border-color css
<style>
span { border-color: #B7B65C; }
span { border-color: rgb(183,182,92); }
td.TdClassName
{
border-color: #B7B65C;
}
.TagClassName
{
border-color: #B7B65C;
}
</style>