Shades of Olive Green #B5B665
Tints of Olive Green #B5B665
RGB
CMYK
RGB Variations
Color information
#B5B665 (or 0xB5B665) is known color: Olive Green. HEX triplet: B5, B6 and 65. RGB value is (181,182,101). Sum of RGB (Red+Green+Blue) = 181+182+101=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 182 - color contains mainly: green. Hex color #B5B665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B665 is #4A499A. Grayscale: #ACACAC. Windows color (decimal): -4868507 or 6665909. OLE color: 6665909.
HSL color Cylindrical-coordinate representation of color #B5B665: hue angle of 60.74º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5B665 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 182 | 101 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.29 |
| HSL | 60.74º | 0.36% | 0.55% | - |
| HSV(B) | 60.74º | 0.45% | 0.71% | - |
| XYZ | 38.13 | 44.22 | 18.84 | - |
| YUV | 172.47 | 87.67 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 182 | 101 | 0.01 | 0 | 0.45 | 0.29 | 60.74 | 0.36 | 0.55 |
| Hex | B5 | B6 | 65 | 1 | 0 | 2D | 1D | 3D | 24 | 37 |
| Octal | 265 | 266 | 145 | 1 | 0 | 55 | 35 | 75 | 44 | 67 |
| Binary | 10110101 | 10110110 | 1100101 | 1 | 0 | 101101 | 11101 | 111101 | 100100 | 110111 |
Color Harmonies of #B5B665
Complementary color
Monochromatic Colors of #B5B665
Black with #B5B665
Text Example
Text Example
White with #B5B665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B665; }
p { color: rgb(181,182,101); }
H1.HeaderClassName
{
color: #B5B665;
}
.AnyTagClassName
{
color: #B5B665;
}
</style>
background-color css
<style>
a { background-color: #B5B665; }
a { background-color: rgb(181,182,101); }
div.DivClassName
{
background-color: #B5B665;
}
.BgClassName
{
background-color: #B5B665;
}
</style>
border-color css
<style>
span { border-color: #B5B665; }
span { border-color: rgb(181,182,101); }
td.TdClassName
{
border-color: #B5B665;
}
.TagClassName
{
border-color: #B5B665;
}
</style>