Shades of Olive Green #B1B769
Tints of Olive Green #B1B769
RGB
CMYK
RGB Variations
Color information
#B1B769 (or 0xB1B769) is known color: Olive Green. HEX triplet: B1, B7 and 69. RGB value is (177,183,105). Sum of RGB (Red+Green+Blue) = 177+183+105=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B769 is #4E4896. Grayscale: #ACACAC. Windows color (decimal): -5130391 or 6928305. OLE color: 6928305.
HSL color Cylindrical-coordinate representation of color #B1B769: hue angle of 64.62º 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 #B1B769 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 183 | 105 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.28 |
| HSL | 64.62º | 0.35% | 0.56% | - |
| HSV(B) | 64.62º | 0.43% | 0.72% | - |
| XYZ | 37.61 | 44.23 | 19.92 | - |
| YUV | 172.31 | 90.01 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 183 | 105 | 0.03 | 0 | 0.43 | 0.28 | 64.62 | 0.35 | 0.56 |
| Hex | B1 | B7 | 69 | 3 | 0 | 2B | 1C | 41 | 23 | 38 |
| Octal | 261 | 267 | 151 | 3 | 0 | 53 | 34 | 101 | 43 | 70 |
| Binary | 10110001 | 10110111 | 1101001 | 11 | 0 | 101011 | 11100 | 1000001 | 100011 | 111000 |
Color Harmonies of #B1B769
Complementary color
Monochromatic Colors of #B1B769
Black with #B1B769
Text Example
Text Example
White with #B1B769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B769; }
p { color: rgb(177,183,105); }
H1.HeaderClassName
{
color: #B1B769;
}
.AnyTagClassName
{
color: #B1B769;
}
</style>
background-color css
<style>
a { background-color: #B1B769; }
a { background-color: rgb(177,183,105); }
div.DivClassName
{
background-color: #B1B769;
}
.BgClassName
{
background-color: #B1B769;
}
</style>
border-color css
<style>
span { border-color: #B1B769; }
span { border-color: rgb(177,183,105); }
td.TdClassName
{
border-color: #B1B769;
}
.TagClassName
{
border-color: #B1B769;
}
</style>