Shades of Olive Green #B0B368
Tints of Olive Green #B0B368
RGB
CMYK
RGB Variations
Color information
#B0B368 (or 0xB0B368) is known color: Olive Green. HEX triplet: B0, B3 and 68. RGB value is (176,179,104). Sum of RGB (Red+Green+Blue) = 176+179+104=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B368 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B368 is #4F4C97. Grayscale: #A9A9A9. Windows color (decimal): -5196952 or 6861744. OLE color: 6861744.
HSL color Cylindrical-coordinate representation of color #B0B368: hue angle of 62.4º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0B368 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 179 | 104 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.30 |
| HSL | 62.4º | 0.33% | 0.55% | - |
| HSV(B) | 62.4º | 0.42% | 0.7% | - |
| XYZ | 36.52 | 42.47 | 19.37 | - |
| YUV | 169.55 | 91.01 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 179 | 104 | 0.02 | 0 | 0.42 | 0.30 | 62.4 | 0.33 | 0.55 |
| Hex | B0 | B3 | 68 | 2 | 0 | 2A | 1E | 3E | 21 | 37 |
| Octal | 260 | 263 | 150 | 2 | 0 | 52 | 36 | 76 | 41 | 67 |
| Binary | 10110000 | 10110011 | 1101000 | 10 | 0 | 101010 | 11110 | 111110 | 100001 | 110111 |
Color Harmonies of #B0B368
Complementary color
Monochromatic Colors of #B0B368
Black with #B0B368
Text Example
Text Example
White with #B0B368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B368; }
p { color: rgb(176,179,104); }
H1.HeaderClassName
{
color: #B0B368;
}
.AnyTagClassName
{
color: #B0B368;
}
</style>
background-color css
<style>
a { background-color: #B0B368; }
a { background-color: rgb(176,179,104); }
div.DivClassName
{
background-color: #B0B368;
}
.BgClassName
{
background-color: #B0B368;
}
</style>
border-color css
<style>
span { border-color: #B0B368; }
span { border-color: rgb(176,179,104); }
td.TdClassName
{
border-color: #B0B368;
}
.TagClassName
{
border-color: #B0B368;
}
</style>