Shades of Olive Green #B7B75C
Tints of Olive Green #B7B75C
RGB
CMYK
RGB Variations
Color information
#B7B75C (or 0xB7B75C) is known color: Olive Green. HEX triplet: B7, B7 and 5C. RGB value is (183,183,92). Sum of RGB (Red+Green+Blue) = 183+183+92=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 183 - color contains mainly: red, green. Hex color #B7B75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B75C is #4848A3. Grayscale: #ACACAC. Windows color (decimal): -4737188 or 6076343. OLE color: 6076343.
HSL color Cylindrical-coordinate representation of color #B7B75C: hue angle of 60º 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 #B7B75C is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 183 | 92 | - |
| CMYK | 0 | 0 | 0.50 | 0.28 |
| HSL | 60º | 0.39% | 0.54% | - |
| HSV(B) | 60º | 0.5% | 0.72% | - |
| XYZ | 38.39 | 44.71 | 16.73 | - |
| YUV | 172.63 | 82.5 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 183 | 92 | 0 | 0 | 0.50 | 0.28 | 60 | 0.39 | 0.54 |
| Hex | B7 | B7 | 5C | 0 | 0 | 32 | 1C | 3C | 27 | 36 |
| Octal | 267 | 267 | 134 | 0 | 0 | 62 | 34 | 74 | 47 | 66 |
| Binary | 10110111 | 10110111 | 1011100 | 0 | 0 | 110010 | 11100 | 111100 | 100111 | 110110 |
Color Harmonies of #B7B75C
Complementary color
Monochromatic Colors of #B7B75C
Black with #B7B75C
Text Example
Text Example
White with #B7B75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B75C; }
p { color: rgb(183,183,92); }
H1.HeaderClassName
{
color: #B7B75C;
}
.AnyTagClassName
{
color: #B7B75C;
}
</style>
background-color css
<style>
a { background-color: #B7B75C; }
a { background-color: rgb(183,183,92); }
div.DivClassName
{
background-color: #B7B75C;
}
.BgClassName
{
background-color: #B7B75C;
}
</style>
border-color css
<style>
span { border-color: #B7B75C; }
span { border-color: rgb(183,183,92); }
td.TdClassName
{
border-color: #B7B75C;
}
.TagClassName
{
border-color: #B7B75C;
}
</style>