Shades of Green Smoke #A7B265
Tints of Green Smoke #A7B265
RGB
CMYK
RGB Variations
Color information
#A7B265 (or 0xA7B265) is known color: Green Smoke. HEX triplet: A7, B2 and 65. RGB value is (167,178,101). Sum of RGB (Red+Green+Blue) = 167+178+101=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 178 - color contains mainly: green. Hex color #A7B265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B265 is #584D9A. Grayscale: #A6A6A6. Windows color (decimal): -5787035 or 6664871. OLE color: 6664871.
HSL color Cylindrical-coordinate representation of color #A7B265: hue angle of 68.57º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A7B265 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 178 | 101 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.30 |
| HSL | 68.57º | 0.33% | 0.55% | - |
| HSV(B) | 68.57º | 0.43% | 0.7% | - |
| XYZ | 34.21 | 41 | 18.42 | - |
| YUV | 165.93 | 91.36 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 178 | 101 | 0.06 | 0 | 0.43 | 0.30 | 68.57 | 0.33 | 0.55 |
| Hex | A7 | B2 | 65 | 6 | 0 | 2B | 1E | 45 | 21 | 37 |
| Octal | 247 | 262 | 145 | 6 | 0 | 53 | 36 | 105 | 41 | 67 |
| Binary | 10100111 | 10110010 | 1100101 | 110 | 0 | 101011 | 11110 | 1000101 | 100001 | 110111 |
Color Harmonies of #A7B265
Complementary color
Monochromatic Colors of #A7B265
Black with #A7B265
Text Example
Text Example
White with #A7B265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B265; }
p { color: rgb(167,178,101); }
H1.HeaderClassName
{
color: #A7B265;
}
.AnyTagClassName
{
color: #A7B265;
}
</style>
background-color css
<style>
a { background-color: #A7B265; }
a { background-color: rgb(167,178,101); }
div.DivClassName
{
background-color: #A7B265;
}
.BgClassName
{
background-color: #A7B265;
}
</style>
border-color css
<style>
span { border-color: #A7B265; }
span { border-color: rgb(167,178,101); }
td.TdClassName
{
border-color: #A7B265;
}
.TagClassName
{
border-color: #A7B265;
}
</style>