Shades of Green Smoke #A7B865
Tints of Green Smoke #A7B865
RGB
CMYK
RGB Variations
Color information
#A7B865 (or 0xA7B865) is known color: Green Smoke. HEX triplet: A7, B8 and 65. RGB value is (167,184,101). Sum of RGB (Red+Green+Blue) = 167+184+101=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 184 - color contains mainly: green. Hex color #A7B865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B865 is #58479A. Grayscale: #A9A9A9. Windows color (decimal): -5785499 or 6666407. OLE color: 6666407.
HSL color Cylindrical-coordinate representation of color #A7B865: hue angle of 72.29º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A7B865 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 184 | 101 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.28 |
| HSL | 72.29º | 0.37% | 0.56% | - |
| HSV(B) | 72.29º | 0.45% | 0.72% | - |
| XYZ | 35.43 | 43.44 | 18.83 | - |
| YUV | 169.46 | 89.37 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 184 | 101 | 0.09 | 0 | 0.45 | 0.28 | 72.29 | 0.37 | 0.56 |
| Hex | A7 | B8 | 65 | 9 | 0 | 2D | 1C | 48 | 25 | 38 |
| Octal | 247 | 270 | 145 | 11 | 0 | 55 | 34 | 110 | 45 | 70 |
| Binary | 10100111 | 10111000 | 1100101 | 1001 | 0 | 101101 | 11100 | 1001000 | 100101 | 111000 |
Color Harmonies of #A7B865
Complementary color
Monochromatic Colors of #A7B865
Black with #A7B865
Text Example
Text Example
White with #A7B865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B865; }
p { color: rgb(167,184,101); }
H1.HeaderClassName
{
color: #A7B865;
}
.AnyTagClassName
{
color: #A7B865;
}
</style>
background-color css
<style>
a { background-color: #A7B865; }
a { background-color: rgb(167,184,101); }
div.DivClassName
{
background-color: #A7B865;
}
.BgClassName
{
background-color: #A7B865;
}
</style>
border-color css
<style>
span { border-color: #A7B865; }
span { border-color: rgb(167,184,101); }
td.TdClassName
{
border-color: #A7B865;
}
.TagClassName
{
border-color: #A7B865;
}
</style>