Shades of Olive Green #B7B259
Tints of Olive Green #B7B259
RGB
CMYK
RGB Variations
Color information
#B7B259 (or 0xB7B259) is known color: Olive Green. HEX triplet: B7, B2 and 59. RGB value is (183,178,89). Sum of RGB (Red+Green+Blue) = 183+178+89=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 89 (35.16% from 255 or 19.78% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B259 is #484DA6. Grayscale: #A9A9A9. Windows color (decimal): -4738471 or 5878455. OLE color: 5878455.
HSL color Cylindrical-coordinate representation of color #B7B259: hue angle of 56.81º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B7B259 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 178 | 89 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.28 |
| HSL | 56.81º | 0.39% | 0.53% | - |
| HSV(B) | 56.81º | 0.51% | 0.72% | - |
| XYZ | 37.25 | 42.63 | 15.72 | - |
| YUV | 169.35 | 82.66 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 178 | 89 | 0 | 0.03 | 0.51 | 0.28 | 56.81 | 0.39 | 0.53 |
| Hex | B7 | B2 | 59 | 0 | 3 | 33 | 1C | 39 | 27 | 35 |
| Octal | 267 | 262 | 131 | 0 | 3 | 63 | 34 | 71 | 47 | 65 |
| Binary | 10110111 | 10110010 | 1011001 | 0 | 11 | 110011 | 11100 | 111001 | 100111 | 110101 |
Color Harmonies of #B7B259
Complementary color
Monochromatic Colors of #B7B259
Black with #B7B259
Text Example
Text Example
White with #B7B259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B259; }
p { color: rgb(183,178,89); }
H1.HeaderClassName
{
color: #B7B259;
}
.AnyTagClassName
{
color: #B7B259;
}
</style>
background-color css
<style>
a { background-color: #B7B259; }
a { background-color: rgb(183,178,89); }
div.DivClassName
{
background-color: #B7B259;
}
.BgClassName
{
background-color: #B7B259;
}
</style>
border-color css
<style>
span { border-color: #B7B259; }
span { border-color: rgb(183,178,89); }
td.TdClassName
{
border-color: #B7B259;
}
.TagClassName
{
border-color: #B7B259;
}
</style>