Shades of Olive Green #B0B269
Tints of Olive Green #B0B269
RGB
CMYK
RGB Variations
Color information
#B0B269 (or 0xB0B269) is known color: Olive Green. HEX triplet: B0, B2 and 69. RGB value is (176,178,105). Sum of RGB (Red+Green+Blue) = 176+178+105=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B269 is #4F4D96. Grayscale: #A9A9A9. Windows color (decimal): -5197207 or 6927024. OLE color: 6927024.
HSL color Cylindrical-coordinate representation of color #B0B269: hue angle of 61.64º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0B269 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 178 | 105 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.30 |
| HSL | 61.64º | 0.32% | 0.55% | - |
| HSV(B) | 61.64º | 0.41% | 0.7% | - |
| XYZ | 36.37 | 42.09 | 19.57 | - |
| YUV | 169.08 | 91.84 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 178 | 105 | 0.01 | 0 | 0.41 | 0.30 | 61.64 | 0.32 | 0.55 |
| Hex | B0 | B2 | 69 | 1 | 0 | 29 | 1E | 3E | 20 | 37 |
| Octal | 260 | 262 | 151 | 1 | 0 | 51 | 36 | 76 | 40 | 67 |
| Binary | 10110000 | 10110010 | 1101001 | 1 | 0 | 101001 | 11110 | 111110 | 100000 | 110111 |
Color Harmonies of #B0B269
Complementary color
Monochromatic Colors of #B0B269
Black with #B0B269
Text Example
Text Example
White with #B0B269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B269; }
p { color: rgb(176,178,105); }
H1.HeaderClassName
{
color: #B0B269;
}
.AnyTagClassName
{
color: #B0B269;
}
</style>
background-color css
<style>
a { background-color: #B0B269; }
a { background-color: rgb(176,178,105); }
div.DivClassName
{
background-color: #B0B269;
}
.BgClassName
{
background-color: #B0B269;
}
</style>
border-color css
<style>
span { border-color: #B0B269; }
span { border-color: rgb(176,178,105); }
td.TdClassName
{
border-color: #B0B269;
}
.TagClassName
{
border-color: #B0B269;
}
</style>