Shades of Olive Green #B0B568
Tints of Olive Green #B0B568
RGB
CMYK
RGB Variations
Color information
#B0B568 (or 0xB0B568) is known color: Olive Green. HEX triplet: B0, B5 and 68. RGB value is (176,181,104). Sum of RGB (Red+Green+Blue) = 176+181+104=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B568 is #4F4A97. Grayscale: #ABABAB. Windows color (decimal): -5196440 or 6862256. OLE color: 6862256.
HSL color Cylindrical-coordinate representation of color #B0B568: hue angle of 63.9º degrees, saturation: 0.34, 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 #B0B568 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 181 | 104 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.29 |
| HSL | 63.9º | 0.34% | 0.56% | - |
| HSV(B) | 63.9º | 0.43% | 0.71% | - |
| XYZ | 36.93 | 43.28 | 19.5 | - |
| YUV | 170.73 | 90.34 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 181 | 104 | 0.03 | 0 | 0.43 | 0.29 | 63.9 | 0.34 | 0.56 |
| Hex | B0 | B5 | 68 | 3 | 0 | 2B | 1D | 40 | 22 | 38 |
| Octal | 260 | 265 | 150 | 3 | 0 | 53 | 35 | 100 | 42 | 70 |
| Binary | 10110000 | 10110101 | 1101000 | 11 | 0 | 101011 | 11101 | 1000000 | 100010 | 111000 |
Color Harmonies of #B0B568
Complementary color
Monochromatic Colors of #B0B568
Black with #B0B568
Text Example
Text Example
White with #B0B568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B568; }
p { color: rgb(176,181,104); }
H1.HeaderClassName
{
color: #B0B568;
}
.AnyTagClassName
{
color: #B0B568;
}
</style>
background-color css
<style>
a { background-color: #B0B568; }
a { background-color: rgb(176,181,104); }
div.DivClassName
{
background-color: #B0B568;
}
.BgClassName
{
background-color: #B0B568;
}
</style>
border-color css
<style>
span { border-color: #B0B568; }
span { border-color: rgb(176,181,104); }
td.TdClassName
{
border-color: #B0B568;
}
.TagClassName
{
border-color: #B0B568;
}
</style>