Shades of Olive Green #B7B15C
Tints of Olive Green #B7B15C
RGB
CMYK
RGB Variations
Color information
#B7B15C (or 0xB7B15C) is known color: Olive Green. HEX triplet: B7, B1 and 5C. RGB value is (183,177,92). Sum of RGB (Red+Green+Blue) = 183+177+92=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B15C is #484EA3. Grayscale: #A9A9A9. Windows color (decimal): -4738724 or 6074807. OLE color: 6074807.
HSL color Cylindrical-coordinate representation of color #B7B15C: hue angle of 56.04º 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 #B7B15C is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 177 | 92 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.28 |
| HSL | 56.04º | 0.39% | 0.54% | - |
| HSV(B) | 56.04º | 0.5% | 0.72% | - |
| XYZ | 37.18 | 42.28 | 16.33 | - |
| YUV | 169.1 | 84.49 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 92 | 0 | 0.03 | 0.50 | 0.28 | 56.04 | 0.39 | 0.54 |
| Hex | B7 | B1 | 5C | 0 | 3 | 32 | 1C | 38 | 27 | 36 |
| Octal | 267 | 261 | 134 | 0 | 3 | 62 | 34 | 70 | 47 | 66 |
| Binary | 10110111 | 10110001 | 1011100 | 0 | 11 | 110010 | 11100 | 111000 | 100111 | 110110 |
Color Harmonies of #B7B15C
Complementary color
Monochromatic Colors of #B7B15C
Black with #B7B15C
Text Example
Text Example
White with #B7B15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B15C; }
p { color: rgb(183,177,92); }
H1.HeaderClassName
{
color: #B7B15C;
}
.AnyTagClassName
{
color: #B7B15C;
}
</style>
background-color css
<style>
a { background-color: #B7B15C; }
a { background-color: rgb(183,177,92); }
div.DivClassName
{
background-color: #B7B15C;
}
.BgClassName
{
background-color: #B7B15C;
}
</style>
border-color css
<style>
span { border-color: #B7B15C; }
span { border-color: rgb(183,177,92); }
td.TdClassName
{
border-color: #B7B15C;
}
.TagClassName
{
border-color: #B7B15C;
}
</style>