Shades of Olive Green #B7B24F
Tints of Olive Green #B7B24F
RGB
CMYK
RGB Variations
Color information
#B7B24F (or 0xB7B24F) is known color: Olive Green. HEX triplet: B7, B2 and 4F. RGB value is (183,178,79). Sum of RGB (Red+Green+Blue) = 183+178+79=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 79 (31.25% from 255 or 17.95% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B24F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B24F is #484DB0. Grayscale: #A8A8A8. Windows color (decimal): -4738481 or 5223095. OLE color: 5223095.
HSL color Cylindrical-coordinate representation of color #B7B24F: hue angle of 57.12º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B7B24F is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 178 | 79 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.28 |
| HSL | 57.12º | 0.42% | 0.51% | - |
| HSV(B) | 57.12º | 0.57% | 0.72% | - |
| XYZ | 36.86 | 42.47 | 13.65 | - |
| YUV | 168.21 | 77.66 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 178 | 79 | 0 | 0.03 | 0.57 | 0.28 | 57.12 | 0.42 | 0.51 |
| Hex | B7 | B2 | 4F | 0 | 3 | 39 | 1C | 39 | 2A | 33 |
| Octal | 267 | 262 | 117 | 0 | 3 | 71 | 34 | 71 | 52 | 63 |
| Binary | 10110111 | 10110010 | 1001111 | 0 | 11 | 111001 | 11100 | 111001 | 101010 | 110011 |
Color Harmonies of #B7B24F
Complementary color
Monochromatic Colors of #B7B24F
Black with #B7B24F
Text Example
Text Example
White with #B7B24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B24F; }
p { color: rgb(183,178,79); }
H1.HeaderClassName
{
color: #B7B24F;
}
.AnyTagClassName
{
color: #B7B24F;
}
</style>
background-color css
<style>
a { background-color: #B7B24F; }
a { background-color: rgb(183,178,79); }
div.DivClassName
{
background-color: #B7B24F;
}
.BgClassName
{
background-color: #B7B24F;
}
</style>
border-color css
<style>
span { border-color: #B7B24F; }
span { border-color: rgb(183,178,79); }
td.TdClassName
{
border-color: #B7B24F;
}
.TagClassName
{
border-color: #B7B24F;
}
</style>