Shades of Olive Green #B0B567
Tints of Olive Green #B0B567
RGB
CMYK
RGB Variations
Color information
#B0B567 (or 0xB0B567) is known color: Olive Green. HEX triplet: B0, B5 and 67. RGB value is (176,181,103). Sum of RGB (Red+Green+Blue) = 176+181+103=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 103 (40.62% from 255 or 22.39% from 460); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B567 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B567 is #4F4A98. Grayscale: #AAAAAA. Windows color (decimal): -5196441 or 6796720. OLE color: 6796720.
HSL color Cylindrical-coordinate representation of color #B0B567: hue angle of 63.85º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B0B567 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 181 | 103 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.29 |
| HSL | 63.85º | 0.35% | 0.56% | - |
| HSV(B) | 63.85º | 0.43% | 0.71% | - |
| XYZ | 36.88 | 43.26 | 19.24 | - |
| YUV | 170.61 | 89.84 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 181 | 103 | 0.03 | 0 | 0.43 | 0.29 | 63.85 | 0.35 | 0.56 |
| Hex | B0 | B5 | 67 | 3 | 0 | 2B | 1D | 40 | 23 | 38 |
| Octal | 260 | 265 | 147 | 3 | 0 | 53 | 35 | 100 | 43 | 70 |
| Binary | 10110000 | 10110101 | 1100111 | 11 | 0 | 101011 | 11101 | 1000000 | 100011 | 111000 |
Color Harmonies of #B0B567
Complementary color
Monochromatic Colors of #B0B567
Black with #B0B567
Text Example
Text Example
White with #B0B567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B567; }
p { color: rgb(176,181,103); }
H1.HeaderClassName
{
color: #B0B567;
}
.AnyTagClassName
{
color: #B0B567;
}
</style>
background-color css
<style>
a { background-color: #B0B567; }
a { background-color: rgb(176,181,103); }
div.DivClassName
{
background-color: #B0B567;
}
.BgClassName
{
background-color: #B0B567;
}
</style>
border-color css
<style>
span { border-color: #B0B567; }
span { border-color: rgb(176,181,103); }
td.TdClassName
{
border-color: #B0B567;
}
.TagClassName
{
border-color: #B0B567;
}
</style>