Shades of Green Smoke #A5B75A
Tints of Green Smoke #A5B75A
RGB
CMYK
RGB Variations
Color information
#A5B75A (or 0xA5B75A) is known color: Green Smoke. HEX triplet: A5, B7 and 5A. RGB value is (165,183,90). Sum of RGB (Red+Green+Blue) = 165+183+90=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B75A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B75A is #5A48A5. Grayscale: #A7A7A7. Windows color (decimal): -5916838 or 5945253. OLE color: 5945253.
HSL color Cylindrical-coordinate representation of color #A5B75A: hue angle of 71.61º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5B75A is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 183 | 90 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.28 |
| HSL | 71.61º | 0.39% | 0.54% | - |
| HSV(B) | 71.61º | 0.51% | 0.72% | - |
| XYZ | 34.3 | 42.6 | 16.09 | - |
| YUV | 167.02 | 84.54 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 183 | 90 | 0.10 | 0 | 0.51 | 0.28 | 71.61 | 0.39 | 0.54 |
| Hex | A5 | B7 | 5A | A | 0 | 33 | 1C | 48 | 27 | 36 |
| Octal | 245 | 267 | 132 | 12 | 0 | 63 | 34 | 110 | 47 | 66 |
| Binary | 10100101 | 10110111 | 1011010 | 1010 | 0 | 110011 | 11100 | 1001000 | 100111 | 110110 |
Color Harmonies of #A5B75A
Complementary color
Monochromatic Colors of #A5B75A
Black with #A5B75A
Text Example
Text Example
White with #A5B75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B75A; }
p { color: rgb(165,183,90); }
H1.HeaderClassName
{
color: #A5B75A;
}
.AnyTagClassName
{
color: #A5B75A;
}
</style>
background-color css
<style>
a { background-color: #A5B75A; }
a { background-color: rgb(165,183,90); }
div.DivClassName
{
background-color: #A5B75A;
}
.BgClassName
{
background-color: #A5B75A;
}
</style>
border-color css
<style>
span { border-color: #A5B75A; }
span { border-color: rgb(165,183,90); }
td.TdClassName
{
border-color: #A5B75A;
}
.TagClassName
{
border-color: #A5B75A;
}
</style>