Shades of Green Smoke #A4B762
Tints of Green Smoke #A4B762
RGB
CMYK
RGB Variations
Color information
#A4B762 (or 0xA4B762) is known color: Green Smoke. HEX triplet: A4, B7 and 62. RGB value is (164,183,98). Sum of RGB (Red+Green+Blue) = 164+183+98=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 98 (38.67% from 255 or 22.02% from 445); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B762 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B762 is #5B489D. Grayscale: #A7A7A7. Windows color (decimal): -5982366 or 6469540. OLE color: 6469540.
HSL color Cylindrical-coordinate representation of color #A4B762: hue angle of 73.41º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4B762 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 183 | 98 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.28 |
| HSL | 73.41º | 0.37% | 0.55% | - |
| HSV(B) | 73.41º | 0.46% | 0.72% | - |
| XYZ | 34.45 | 42.64 | 17.97 | - |
| YUV | 167.63 | 88.71 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 183 | 98 | 0.10 | 0 | 0.46 | 0.28 | 73.41 | 0.37 | 0.55 |
| Hex | A4 | B7 | 62 | A | 0 | 2E | 1C | 49 | 25 | 37 |
| Octal | 244 | 267 | 142 | 12 | 0 | 56 | 34 | 111 | 45 | 67 |
| Binary | 10100100 | 10110111 | 1100010 | 1010 | 0 | 101110 | 11100 | 1001001 | 100101 | 110111 |
Color Harmonies of #A4B762
Complementary color
Monochromatic Colors of #A4B762
Black with #A4B762
Text Example
Text Example
White with #A4B762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B762; }
p { color: rgb(164,183,98); }
H1.HeaderClassName
{
color: #A4B762;
}
.AnyTagClassName
{
color: #A4B762;
}
</style>
background-color css
<style>
a { background-color: #A4B762; }
a { background-color: rgb(164,183,98); }
div.DivClassName
{
background-color: #A4B762;
}
.BgClassName
{
background-color: #A4B762;
}
</style>
border-color css
<style>
span { border-color: #A4B762; }
span { border-color: rgb(164,183,98); }
td.TdClassName
{
border-color: #A4B762;
}
.TagClassName
{
border-color: #A4B762;
}
</style>