Shades of Olive Green #B0BB68
Tints of Olive Green #B0BB68
RGB
CMYK
RGB Variations
Color information
#B0BB68 (or 0xB0BB68) is known color: Olive Green. HEX triplet: B0, BB and 68. RGB value is (176,187,104). Sum of RGB (Red+Green+Blue) = 176+187+104=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BB68 is #4F4497. Grayscale: #AEAEAE. Windows color (decimal): -5194904 or 6863792. OLE color: 6863792.
HSL color Cylindrical-coordinate representation of color #B0BB68: hue angle of 67.95º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0BB68 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 187 | 104 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.27 |
| HSL | 67.95º | 0.38% | 0.57% | - |
| HSV(B) | 67.95º | 0.44% | 0.73% | - |
| XYZ | 38.17 | 45.77 | 19.92 | - |
| YUV | 174.25 | 88.36 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 187 | 104 | 0.06 | 0 | 0.44 | 0.27 | 67.95 | 0.38 | 0.57 |
| Hex | B0 | BB | 68 | 6 | 0 | 2C | 1B | 44 | 26 | 39 |
| Octal | 260 | 273 | 150 | 6 | 0 | 54 | 33 | 104 | 46 | 71 |
| Binary | 10110000 | 10111011 | 1101000 | 110 | 0 | 101100 | 11011 | 1000100 | 100110 | 111001 |
Color Harmonies of #B0BB68
Complementary color
Monochromatic Colors of #B0BB68
Black with #B0BB68
Text Example
Text Example
White with #B0BB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BB68; }
p { color: rgb(176,187,104); }
H1.HeaderClassName
{
color: #B0BB68;
}
.AnyTagClassName
{
color: #B0BB68;
}
</style>
background-color css
<style>
a { background-color: #B0BB68; }
a { background-color: rgb(176,187,104); }
div.DivClassName
{
background-color: #B0BB68;
}
.BgClassName
{
background-color: #B0BB68;
}
</style>
border-color css
<style>
span { border-color: #B0BB68; }
span { border-color: rgb(176,187,104); }
td.TdClassName
{
border-color: #B0BB68;
}
.TagClassName
{
border-color: #B0BB68;
}
</style>