Shades of Olive Green #B0B366
Tints of Olive Green #B0B366
RGB
CMYK
RGB Variations
Color information
#B0B366 (or 0xB0B366) is known color: Olive Green. HEX triplet: B0, B3 and 66. RGB value is (176,179,102). Sum of RGB (Red+Green+Blue) = 176+179+102=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B366 is #4F4C99. Grayscale: #A9A9A9. Windows color (decimal): -5196954 or 6730672. OLE color: 6730672.
HSL color Cylindrical-coordinate representation of color #B0B366: hue angle of 62.34º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B0B366 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 179 | 102 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.30 |
| HSL | 62.34º | 0.34% | 0.55% | - |
| HSV(B) | 62.34º | 0.43% | 0.7% | - |
| XYZ | 36.42 | 42.43 | 18.84 | - |
| YUV | 169.33 | 90.01 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 179 | 102 | 0.02 | 0 | 0.43 | 0.30 | 62.34 | 0.34 | 0.55 |
| Hex | B0 | B3 | 66 | 2 | 0 | 2B | 1E | 3E | 22 | 37 |
| Octal | 260 | 263 | 146 | 2 | 0 | 53 | 36 | 76 | 42 | 67 |
| Binary | 10110000 | 10110011 | 1100110 | 10 | 0 | 101011 | 11110 | 111110 | 100010 | 110111 |
Color Harmonies of #B0B366
Complementary color
Monochromatic Colors of #B0B366
Black with #B0B366
Text Example
Text Example
White with #B0B366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B366; }
p { color: rgb(176,179,102); }
H1.HeaderClassName
{
color: #B0B366;
}
.AnyTagClassName
{
color: #B0B366;
}
</style>
background-color css
<style>
a { background-color: #B0B366; }
a { background-color: rgb(176,179,102); }
div.DivClassName
{
background-color: #B0B366;
}
.BgClassName
{
background-color: #B0B366;
}
</style>
border-color css
<style>
span { border-color: #B0B366; }
span { border-color: rgb(176,179,102); }
td.TdClassName
{
border-color: #B0B366;
}
.TagClassName
{
border-color: #B0B366;
}
</style>