Shades of Olive Green #B7B459
Tints of Olive Green #B7B459
RGB
CMYK
RGB Variations
Color information
#B7B459 (or 0xB7B459) is known color: Olive Green. HEX triplet: B7, B4 and 59. RGB value is (183,180,89). Sum of RGB (Red+Green+Blue) = 183+180+89=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 89 (35.16% from 255 or 19.69% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B459 is #484BA6. Grayscale: #AAAAAA. Windows color (decimal): -4737959 or 5878967. OLE color: 5878967.
HSL color Cylindrical-coordinate representation of color #B7B459: hue angle of 58.09º 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 #B7B459 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 180 | 89 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.28 |
| HSL | 58.09º | 0.39% | 0.53% | - |
| HSV(B) | 58.09º | 0.51% | 0.72% | - |
| XYZ | 37.65 | 43.43 | 15.85 | - |
| YUV | 170.52 | 81.99 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 180 | 89 | 0 | 0.02 | 0.51 | 0.28 | 58.09 | 0.39 | 0.53 |
| Hex | B7 | B4 | 59 | 0 | 2 | 33 | 1C | 3A | 27 | 35 |
| Octal | 267 | 264 | 131 | 0 | 2 | 63 | 34 | 72 | 47 | 65 |
| Binary | 10110111 | 10110100 | 1011001 | 0 | 10 | 110011 | 11100 | 111010 | 100111 | 110101 |
Color Harmonies of #B7B459
Complementary color
Monochromatic Colors of #B7B459
Black with #B7B459
Text Example
Text Example
White with #B7B459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B459; }
p { color: rgb(183,180,89); }
H1.HeaderClassName
{
color: #B7B459;
}
.AnyTagClassName
{
color: #B7B459;
}
</style>
background-color css
<style>
a { background-color: #B7B459; }
a { background-color: rgb(183,180,89); }
div.DivClassName
{
background-color: #B7B459;
}
.BgClassName
{
background-color: #B7B459;
}
</style>
border-color css
<style>
span { border-color: #B7B459; }
span { border-color: rgb(183,180,89); }
td.TdClassName
{
border-color: #B7B459;
}
.TagClassName
{
border-color: #B7B459;
}
</style>