Shades of Olive Green #B2B769
Tints of Olive Green #B2B769
RGB
CMYK
RGB Variations
Color information
#B2B769 (or 0xB2B769) is known color: Olive Green. HEX triplet: B2, B7 and 69. RGB value is (178,183,105). Sum of RGB (Red+Green+Blue) = 178+183+105=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 105 (41.41% from 255 or 22.53% from 466); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B769 is #4D4896. Grayscale: #ACACAC. Windows color (decimal): -5064855 or 6928306. OLE color: 6928306.
HSL color Cylindrical-coordinate representation of color #B2B769: hue angle of 63.85º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2B769 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 183 | 105 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.28 |
| HSL | 63.85º | 0.35% | 0.56% | - |
| HSV(B) | 63.85º | 0.43% | 0.72% | - |
| XYZ | 37.84 | 44.35 | 19.93 | - |
| YUV | 172.61 | 89.84 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 183 | 105 | 0.03 | 0 | 0.43 | 0.28 | 63.85 | 0.35 | 0.56 |
| Hex | B2 | B7 | 69 | 3 | 0 | 2B | 1C | 40 | 23 | 38 |
| Octal | 262 | 267 | 151 | 3 | 0 | 53 | 34 | 100 | 43 | 70 |
| Binary | 10110010 | 10110111 | 1101001 | 11 | 0 | 101011 | 11100 | 1000000 | 100011 | 111000 |
Color Harmonies of #B2B769
Complementary color
Monochromatic Colors of #B2B769
Black with #B2B769
Text Example
Text Example
White with #B2B769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B769; }
p { color: rgb(178,183,105); }
H1.HeaderClassName
{
color: #B2B769;
}
.AnyTagClassName
{
color: #B2B769;
}
</style>
background-color css
<style>
a { background-color: #B2B769; }
a { background-color: rgb(178,183,105); }
div.DivClassName
{
background-color: #B2B769;
}
.BgClassName
{
background-color: #B2B769;
}
</style>
border-color css
<style>
span { border-color: #B2B769; }
span { border-color: rgb(178,183,105); }
td.TdClassName
{
border-color: #B2B769;
}
.TagClassName
{
border-color: #B2B769;
}
</style>