Shades of Olive Green #B1B468
Tints of Olive Green #B1B468
RGB
CMYK
RGB Variations
Color information
#B1B468 (or 0xB1B468) is known color: Olive Green. HEX triplet: B1, B4 and 68. RGB value is (177,180,104). Sum of RGB (Red+Green+Blue) = 177+180+104=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B468 is #4E4B97. Grayscale: #AAAAAA. Windows color (decimal): -5131160 or 6862001. OLE color: 6862001.
HSL color Cylindrical-coordinate representation of color #B1B468: hue angle of 62.37º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B1B468 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 180 | 104 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.29 |
| HSL | 62.37º | 0.34% | 0.56% | - |
| HSV(B) | 62.37º | 0.42% | 0.71% | - |
| XYZ | 36.95 | 42.99 | 19.45 | - |
| YUV | 170.44 | 90.51 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 180 | 104 | 0.02 | 0 | 0.42 | 0.29 | 62.37 | 0.34 | 0.56 |
| Hex | B1 | B4 | 68 | 2 | 0 | 2A | 1D | 3E | 22 | 38 |
| Octal | 261 | 264 | 150 | 2 | 0 | 52 | 35 | 76 | 42 | 70 |
| Binary | 10110001 | 10110100 | 1101000 | 10 | 0 | 101010 | 11101 | 111110 | 100010 | 111000 |
Color Harmonies of #B1B468
Complementary color
Monochromatic Colors of #B1B468
Black with #B1B468
Text Example
Text Example
White with #B1B468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B468; }
p { color: rgb(177,180,104); }
H1.HeaderClassName
{
color: #B1B468;
}
.AnyTagClassName
{
color: #B1B468;
}
</style>
background-color css
<style>
a { background-color: #B1B468; }
a { background-color: rgb(177,180,104); }
div.DivClassName
{
background-color: #B1B468;
}
.BgClassName
{
background-color: #B1B468;
}
</style>
border-color css
<style>
span { border-color: #B1B468; }
span { border-color: rgb(177,180,104); }
td.TdClassName
{
border-color: #B1B468;
}
.TagClassName
{
border-color: #B1B468;
}
</style>