Shades of Green Smoke #A5B16F
Tints of Green Smoke #A5B16F
RGB
CMYK
RGB Variations
Color information
#A5B16F (or 0xA5B16F) is known color: Green Smoke. HEX triplet: A5, B1 and 6F. RGB value is (165,177,111). Sum of RGB (Red+Green+Blue) = 165+177+111=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B16F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B16F is #5A4E90. Grayscale: #A6A6A6. Windows color (decimal): -5918353 or 7319973. OLE color: 7319973.
HSL color Cylindrical-coordinate representation of color #A5B16F: hue angle of 70.91º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5B16F is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 177 | 111 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.31 |
| HSL | 70.91º | 0.3% | 0.56% | - |
| HSV(B) | 70.91º | 0.37% | 0.69% | - |
| XYZ | 34.11 | 40.59 | 21.08 | - |
| YUV | 165.89 | 97.02 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 177 | 111 | 0.07 | 0 | 0.37 | 0.31 | 70.91 | 0.3 | 0.56 |
| Hex | A5 | B1 | 6F | 7 | 0 | 25 | 1F | 47 | 1E | 38 |
| Octal | 245 | 261 | 157 | 7 | 0 | 45 | 37 | 107 | 36 | 70 |
| Binary | 10100101 | 10110001 | 1101111 | 111 | 0 | 100101 | 11111 | 1000111 | 11110 | 111000 |
Color Harmonies of #A5B16F
Complementary color
Monochromatic Colors of #A5B16F
Black with #A5B16F
Text Example
Text Example
White with #A5B16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B16F; }
p { color: rgb(165,177,111); }
H1.HeaderClassName
{
color: #A5B16F;
}
.AnyTagClassName
{
color: #A5B16F;
}
</style>
background-color css
<style>
a { background-color: #A5B16F; }
a { background-color: rgb(165,177,111); }
div.DivClassName
{
background-color: #A5B16F;
}
.BgClassName
{
background-color: #A5B16F;
}
</style>
border-color css
<style>
span { border-color: #A5B16F; }
span { border-color: rgb(165,177,111); }
td.TdClassName
{
border-color: #A5B16F;
}
.TagClassName
{
border-color: #A5B16F;
}
</style>