Shades of Olive Green #B8B762
Tints of Olive Green #B8B762
RGB
CMYK
RGB Variations
Color information
#B8B762 (or 0xB8B762) is known color: Olive Green. HEX triplet: B8, B7 and 62. RGB value is (184,183,98). Sum of RGB (Red+Green+Blue) = 184+183+98=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B762 is #47489D. Grayscale: #ADADAD. Windows color (decimal): -4671646 or 6469560. OLE color: 6469560.
HSL color Cylindrical-coordinate representation of color #B8B762: hue angle of 59.3º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B8B762 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 183 | 98 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.28 |
| HSL | 59.3º | 0.38% | 0.55% | - |
| HSV(B) | 59.3º | 0.47% | 0.72% | - |
| XYZ | 38.91 | 44.94 | 18.18 | - |
| YUV | 173.61 | 85.33 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 183 | 98 | 0 | 0.01 | 0.47 | 0.28 | 59.3 | 0.38 | 0.55 |
| Hex | B8 | B7 | 62 | 0 | 1 | 2F | 1C | 3B | 26 | 37 |
| Octal | 270 | 267 | 142 | 0 | 1 | 57 | 34 | 73 | 46 | 67 |
| Binary | 10111000 | 10110111 | 1100010 | 0 | 1 | 101111 | 11100 | 111011 | 100110 | 110111 |
Color Harmonies of #B8B762
Complementary color
Monochromatic Colors of #B8B762
Black with #B8B762
Text Example
Text Example
White with #B8B762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B762; }
p { color: rgb(184,183,98); }
H1.HeaderClassName
{
color: #B8B762;
}
.AnyTagClassName
{
color: #B8B762;
}
</style>
background-color css
<style>
a { background-color: #B8B762; }
a { background-color: rgb(184,183,98); }
div.DivClassName
{
background-color: #B8B762;
}
.BgClassName
{
background-color: #B8B762;
}
</style>
border-color css
<style>
span { border-color: #B8B762; }
span { border-color: rgb(184,183,98); }
td.TdClassName
{
border-color: #B8B762;
}
.TagClassName
{
border-color: #B8B762;
}
</style>