Shades of Green Smoke #A5B75C
Tints of Green Smoke #A5B75C
RGB
CMYK
RGB Variations
Color information
#A5B75C (or 0xA5B75C) is known color: Green Smoke. HEX triplet: A5, B7 and 5C. RGB value is (165,183,92). Sum of RGB (Red+Green+Blue) = 165+183+92=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B75C is #5A48A3. Grayscale: #A7A7A7. Windows color (decimal): -5916836 or 6076325. OLE color: 6076325.
HSL color Cylindrical-coordinate representation of color #A5B75C: hue angle of 71.87º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5B75C is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 183 | 92 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.28 |
| HSL | 71.87º | 0.39% | 0.54% | - |
| HSV(B) | 71.87º | 0.5% | 0.72% | - |
| XYZ | 34.38 | 42.64 | 16.54 | - |
| YUV | 167.24 | 85.54 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 183 | 92 | 0.10 | 0 | 0.50 | 0.28 | 71.87 | 0.39 | 0.54 |
| Hex | A5 | B7 | 5C | A | 0 | 32 | 1C | 48 | 27 | 36 |
| Octal | 245 | 267 | 134 | 12 | 0 | 62 | 34 | 110 | 47 | 66 |
| Binary | 10100101 | 10110111 | 1011100 | 1010 | 0 | 110010 | 11100 | 1001000 | 100111 | 110110 |
Color Harmonies of #A5B75C
Complementary color
Monochromatic Colors of #A5B75C
Black with #A5B75C
Text Example
Text Example
White with #A5B75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B75C; }
p { color: rgb(165,183,92); }
H1.HeaderClassName
{
color: #A5B75C;
}
.AnyTagClassName
{
color: #A5B75C;
}
</style>
background-color css
<style>
a { background-color: #A5B75C; }
a { background-color: rgb(165,183,92); }
div.DivClassName
{
background-color: #A5B75C;
}
.BgClassName
{
background-color: #A5B75C;
}
</style>
border-color css
<style>
span { border-color: #A5B75C; }
span { border-color: rgb(165,183,92); }
td.TdClassName
{
border-color: #A5B75C;
}
.TagClassName
{
border-color: #A5B75C;
}
</style>