Shades of Green Mist #B7B797
Tints of Green Mist #B7B797
RGB
CMYK
RGB Variations
Color information
#B7B797 (or 0xB7B797) is known color: Green Mist. HEX triplet: B7, B7 and 97. RGB value is (183,183,151). Sum of RGB (Red+Green+Blue) = 183+183+151=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 151 (59.38% from 255 or 29.21% from 517); Max value from RGB is 183 - color contains mainly: red, green. Hex color #B7B797 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B797 is #484868. Grayscale: #B3B3B3. Windows color (decimal): -4737129 or 9942967. OLE color: 9942967.
HSL color Cylindrical-coordinate representation of color #B7B797: hue angle of 60º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7B797 is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 183 | 151 | - |
| CMYK | 0 | 0 | 0.17 | 0.28 |
| HSL | 60º | 0.18% | 0.65% | - |
| HSV(B) | 60º | 0.17% | 0.72% | - |
| XYZ | 42.05 | 46.17 | 35.97 | - |
| YUV | 179.35 | 112 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 183 | 151 | 0 | 0 | 0.17 | 0.28 | 60 | 0.18 | 0.65 |
| Hex | B7 | B7 | 97 | 0 | 0 | 11 | 1C | 3C | 12 | 41 |
| Octal | 267 | 267 | 227 | 0 | 0 | 21 | 34 | 74 | 22 | 101 |
| Binary | 10110111 | 10110111 | 10010111 | 0 | 0 | 10001 | 11100 | 111100 | 10010 | 1000001 |
Color Harmonies of #B7B797
Complementary color
Monochromatic Colors of #B7B797
Black with #B7B797
Text Example
Text Example
White with #B7B797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B797; }
p { color: rgb(183,183,151); }
H1.HeaderClassName
{
color: #B7B797;
}
.AnyTagClassName
{
color: #B7B797;
}
</style>
background-color css
<style>
a { background-color: #B7B797; }
a { background-color: rgb(183,183,151); }
div.DivClassName
{
background-color: #B7B797;
}
.BgClassName
{
background-color: #B7B797;
}
</style>
border-color css
<style>
span { border-color: #B7B797; }
span { border-color: rgb(183,183,151); }
td.TdClassName
{
border-color: #B7B797;
}
.TagClassName
{
border-color: #B7B797;
}
</style>