Shades of Green Smoke #A5A75A
Tints of Green Smoke #A5A75A
RGB
CMYK
RGB Variations
Color information
#A5A75A (or 0xA5A75A) is known color: Green Smoke. HEX triplet: A5, A7 and 5A. RGB value is (165,167,90). Sum of RGB (Red+Green+Blue) = 165+167+90=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A75A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A75A is #5A58A5. Grayscale: #9D9D9D. Windows color (decimal): -5920934 or 5941157. OLE color: 5941157.
HSL color Cylindrical-coordinate representation of color #A5A75A: hue angle of 61.56º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5A75A is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 167 | 90 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.35 |
| HSL | 61.56º | 0.3% | 0.5% | - |
| HSV(B) | 61.56º | 0.46% | 0.65% | - |
| XYZ | 31.18 | 36.37 | 15.05 | - |
| YUV | 157.62 | 89.84 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 167 | 90 | 0.01 | 0 | 0.46 | 0.35 | 61.56 | 0.3 | 0.5 |
| Hex | A5 | A7 | 5A | 1 | 0 | 2E | 23 | 3E | 1E | 32 |
| Octal | 245 | 247 | 132 | 1 | 0 | 56 | 43 | 76 | 36 | 62 |
| Binary | 10100101 | 10100111 | 1011010 | 1 | 0 | 101110 | 100011 | 111110 | 11110 | 110010 |
Color Harmonies of #A5A75A
Complementary color
Monochromatic Colors of #A5A75A
Black with #A5A75A
Text Example
Text Example
White with #A5A75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A75A; }
p { color: rgb(165,167,90); }
H1.HeaderClassName
{
color: #A5A75A;
}
.AnyTagClassName
{
color: #A5A75A;
}
</style>
background-color css
<style>
a { background-color: #A5A75A; }
a { background-color: rgb(165,167,90); }
div.DivClassName
{
background-color: #A5A75A;
}
.BgClassName
{
background-color: #A5A75A;
}
</style>
border-color css
<style>
span { border-color: #A5A75A; }
span { border-color: rgb(165,167,90); }
td.TdClassName
{
border-color: #A5A75A;
}
.TagClassName
{
border-color: #A5A75A;
}
</style>