Shades of Green Smoke #A5B66D
Tints of Green Smoke #A5B66D
RGB
CMYK
RGB Variations
Color information
#A5B66D (or 0xA5B66D) is known color: Green Smoke. HEX triplet: A5, B6 and 6D. RGB value is (165,182,109). Sum of RGB (Red+Green+Blue) = 165+182+109=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B66D is #5A4992. Grayscale: #A8A8A8. Windows color (decimal): -5917075 or 7190181. OLE color: 7190181.
HSL color Cylindrical-coordinate representation of color #A5B66D: hue angle of 73.97º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5B66D is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 182 | 109 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.29 |
| HSL | 73.97º | 0.33% | 0.57% | - |
| HSV(B) | 73.97º | 0.4% | 0.71% | - |
| XYZ | 35.01 | 42.56 | 20.84 | - |
| YUV | 168.6 | 94.37 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 182 | 109 | 0.09 | 0 | 0.40 | 0.29 | 73.97 | 0.33 | 0.57 |
| Hex | A5 | B6 | 6D | 9 | 0 | 28 | 1D | 4A | 21 | 39 |
| Octal | 245 | 266 | 155 | 11 | 0 | 50 | 35 | 112 | 41 | 71 |
| Binary | 10100101 | 10110110 | 1101101 | 1001 | 0 | 101000 | 11101 | 1001010 | 100001 | 111001 |
Color Harmonies of #A5B66D
Complementary color
Monochromatic Colors of #A5B66D
Black with #A5B66D
Text Example
Text Example
White with #A5B66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B66D; }
p { color: rgb(165,182,109); }
H1.HeaderClassName
{
color: #A5B66D;
}
.AnyTagClassName
{
color: #A5B66D;
}
</style>
background-color css
<style>
a { background-color: #A5B66D; }
a { background-color: rgb(165,182,109); }
div.DivClassName
{
background-color: #A5B66D;
}
.BgClassName
{
background-color: #A5B66D;
}
</style>
border-color css
<style>
span { border-color: #A5B66D; }
span { border-color: rgb(165,182,109); }
td.TdClassName
{
border-color: #A5B66D;
}
.TagClassName
{
border-color: #A5B66D;
}
</style>