Shades of Olive Green #B7B05D
Tints of Olive Green #B7B05D
RGB
CMYK
RGB Variations
Color information
#B7B05D (or 0xB7B05D) is known color: Olive Green. HEX triplet: B7, B0 and 5D. RGB value is (183,176,93). Sum of RGB (Red+Green+Blue) = 183+176+93=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B05D is #484FA2. Grayscale: #A8A8A8. Windows color (decimal): -4738979 or 6140087. OLE color: 6140087.
HSL color Cylindrical-coordinate representation of color #B7B05D: hue angle of 55.33º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B7B05D is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 176 | 93 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.28 |
| HSL | 55.33º | 0.38% | 0.54% | - |
| HSV(B) | 55.33º | 0.49% | 0.72% | - |
| XYZ | 37.03 | 41.91 | 16.49 | - |
| YUV | 168.63 | 85.32 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 93 | 0 | 0.04 | 0.49 | 0.28 | 55.33 | 0.38 | 0.54 |
| Hex | B7 | B0 | 5D | 0 | 4 | 31 | 1C | 37 | 26 | 36 |
| Octal | 267 | 260 | 135 | 0 | 4 | 61 | 34 | 67 | 46 | 66 |
| Binary | 10110111 | 10110000 | 1011101 | 0 | 100 | 110001 | 11100 | 110111 | 100110 | 110110 |
Color Harmonies of #B7B05D
Complementary color
Monochromatic Colors of #B7B05D
Black with #B7B05D
Text Example
Text Example
White with #B7B05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B05D; }
p { color: rgb(183,176,93); }
H1.HeaderClassName
{
color: #B7B05D;
}
.AnyTagClassName
{
color: #B7B05D;
}
</style>
background-color css
<style>
a { background-color: #B7B05D; }
a { background-color: rgb(183,176,93); }
div.DivClassName
{
background-color: #B7B05D;
}
.BgClassName
{
background-color: #B7B05D;
}
</style>
border-color css
<style>
span { border-color: #B7B05D; }
span { border-color: rgb(183,176,93); }
td.TdClassName
{
border-color: #B7B05D;
}
.TagClassName
{
border-color: #B7B05D;
}
</style>