Shades of Green Smoke #A5B365
Tints of Green Smoke #A5B365
RGB
CMYK
RGB Variations
Color information
#A5B365 (or 0xA5B365) is known color: Green Smoke. HEX triplet: A5, B3 and 65. RGB value is (165,179,101). Sum of RGB (Red+Green+Blue) = 165+179+101=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B365 is #5A4C9A. Grayscale: #A6A6A6. Windows color (decimal): -5917851 or 6665125. OLE color: 6665125.
HSL color Cylindrical-coordinate representation of color #A5B365: hue angle of 70.77º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5B365 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 179 | 101 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.30 |
| HSL | 70.77º | 0.34% | 0.55% | - |
| HSV(B) | 70.77º | 0.44% | 0.7% | - |
| XYZ | 33.99 | 41.18 | 18.47 | - |
| YUV | 165.92 | 91.36 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 179 | 101 | 0.08 | 0 | 0.44 | 0.30 | 70.77 | 0.34 | 0.55 |
| Hex | A5 | B3 | 65 | 8 | 0 | 2C | 1E | 47 | 22 | 37 |
| Octal | 245 | 263 | 145 | 10 | 0 | 54 | 36 | 107 | 42 | 67 |
| Binary | 10100101 | 10110011 | 1100101 | 1000 | 0 | 101100 | 11110 | 1000111 | 100010 | 110111 |
Color Harmonies of #A5B365
Complementary color
Monochromatic Colors of #A5B365
Black with #A5B365
Text Example
Text Example
White with #A5B365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B365; }
p { color: rgb(165,179,101); }
H1.HeaderClassName
{
color: #A5B365;
}
.AnyTagClassName
{
color: #A5B365;
}
</style>
background-color css
<style>
a { background-color: #A5B365; }
a { background-color: rgb(165,179,101); }
div.DivClassName
{
background-color: #A5B365;
}
.BgClassName
{
background-color: #A5B365;
}
</style>
border-color css
<style>
span { border-color: #A5B365; }
span { border-color: rgb(165,179,101); }
td.TdClassName
{
border-color: #A5B365;
}
.TagClassName
{
border-color: #A5B365;
}
</style>