Shades of Olive Green #B0B868
Tints of Olive Green #B0B868
RGB
CMYK
RGB Variations
Color information
#B0B868 (or 0xB0B868) is known color: Olive Green. HEX triplet: B0, B8 and 68. RGB value is (176,184,104). Sum of RGB (Red+Green+Blue) = 176+184+104=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 184 - color contains mainly: green. Hex color #B0B868 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B868 is #4F4797. Grayscale: #ACACAC. Windows color (decimal): -5195672 or 6863024. OLE color: 6863024.
HSL color Cylindrical-coordinate representation of color #B0B868: hue angle of 66º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B0B868 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 184 | 104 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.28 |
| HSL | 66º | 0.36% | 0.56% | - |
| HSV(B) | 66º | 0.43% | 0.72% | - |
| XYZ | 37.54 | 44.51 | 19.71 | - |
| YUV | 172.49 | 89.35 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 184 | 104 | 0.04 | 0 | 0.43 | 0.28 | 66 | 0.36 | 0.56 |
| Hex | B0 | B8 | 68 | 4 | 0 | 2B | 1C | 42 | 24 | 38 |
| Octal | 260 | 270 | 150 | 4 | 0 | 53 | 34 | 102 | 44 | 70 |
| Binary | 10110000 | 10111000 | 1101000 | 100 | 0 | 101011 | 11100 | 1000010 | 100100 | 111000 |
Color Harmonies of #B0B868
Complementary color
Monochromatic Colors of #B0B868
Black with #B0B868
Text Example
Text Example
White with #B0B868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B868; }
p { color: rgb(176,184,104); }
H1.HeaderClassName
{
color: #B0B868;
}
.AnyTagClassName
{
color: #B0B868;
}
</style>
background-color css
<style>
a { background-color: #B0B868; }
a { background-color: rgb(176,184,104); }
div.DivClassName
{
background-color: #B0B868;
}
.BgClassName
{
background-color: #B0B868;
}
</style>
border-color css
<style>
span { border-color: #B0B868; }
span { border-color: rgb(176,184,104); }
td.TdClassName
{
border-color: #B0B868;
}
.TagClassName
{
border-color: #B0B868;
}
</style>