Shades of Olive Green #B0B065
Tints of Olive Green #B0B065
RGB
CMYK
RGB Variations
Color information
#B0B065 (or 0xB0B065) is known color: Olive Green. HEX triplet: B0, B0 and 65. RGB value is (176,176,101). Sum of RGB (Red+Green+Blue) = 176+176+101=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B065 is #4F4F9A. Grayscale: #A7A7A7. Windows color (decimal): -5197723 or 6664368. OLE color: 6664368.
HSL color Cylindrical-coordinate representation of color #B0B065: hue angle of 60º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B0B065 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 176 | 101 | - |
| CMYK | 0 | 0 | 0.43 | 0.31 |
| HSL | 60º | 0.32% | 0.54% | - |
| HSV(B) | 60º | 0.43% | 0.69% | - |
| XYZ | 35.78 | 41.22 | 18.38 | - |
| YUV | 167.45 | 90.5 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 176 | 101 | 0 | 0 | 0.43 | 0.31 | 60 | 0.32 | 0.54 |
| Hex | B0 | B0 | 65 | 0 | 0 | 2B | 1F | 3C | 20 | 36 |
| Octal | 260 | 260 | 145 | 0 | 0 | 53 | 37 | 74 | 40 | 66 |
| Binary | 10110000 | 10110000 | 1100101 | 0 | 0 | 101011 | 11111 | 111100 | 100000 | 110110 |
Color Harmonies of #B0B065
Complementary color
Monochromatic Colors of #B0B065
Black with #B0B065
Text Example
Text Example
White with #B0B065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B065; }
p { color: rgb(176,176,101); }
H1.HeaderClassName
{
color: #B0B065;
}
.AnyTagClassName
{
color: #B0B065;
}
</style>
background-color css
<style>
a { background-color: #B0B065; }
a { background-color: rgb(176,176,101); }
div.DivClassName
{
background-color: #B0B065;
}
.BgClassName
{
background-color: #B0B065;
}
</style>
border-color css
<style>
span { border-color: #B0B065; }
span { border-color: rgb(176,176,101); }
td.TdClassName
{
border-color: #B0B065;
}
.TagClassName
{
border-color: #B0B065;
}
</style>