Shades of Green Smoke #A5B270
Tints of Green Smoke #A5B270
RGB
CMYK
RGB Variations
Color information
#A5B270 (or 0xA5B270) is known color: Green Smoke. HEX triplet: A5, B2 and 70. RGB value is (165,178,112). Sum of RGB (Red+Green+Blue) = 165+178+112=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B270 is #5A4D8F. Grayscale: #A6A6A6. Windows color (decimal): -5918096 or 7385765. OLE color: 7385765.
HSL color Cylindrical-coordinate representation of color #A5B270: hue angle of 71.82º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5B270 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 178 | 112 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.30 |
| HSL | 71.82º | 0.3% | 0.57% | - |
| HSV(B) | 71.82º | 0.37% | 0.7% | - |
| XYZ | 34.36 | 41.01 | 21.43 | - |
| YUV | 166.59 | 97.19 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 178 | 112 | 0.07 | 0 | 0.37 | 0.30 | 71.82 | 0.3 | 0.57 |
| Hex | A5 | B2 | 70 | 7 | 0 | 25 | 1E | 48 | 1E | 39 |
| Octal | 245 | 262 | 160 | 7 | 0 | 45 | 36 | 110 | 36 | 71 |
| Binary | 10100101 | 10110010 | 1110000 | 111 | 0 | 100101 | 11110 | 1001000 | 11110 | 111001 |
Color Harmonies of #A5B270
Complementary color
Monochromatic Colors of #A5B270
Black with #A5B270
Text Example
Text Example
White with #A5B270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B270; }
p { color: rgb(165,178,112); }
H1.HeaderClassName
{
color: #A5B270;
}
.AnyTagClassName
{
color: #A5B270;
}
</style>
background-color css
<style>
a { background-color: #A5B270; }
a { background-color: rgb(165,178,112); }
div.DivClassName
{
background-color: #A5B270;
}
.BgClassName
{
background-color: #A5B270;
}
</style>
border-color css
<style>
span { border-color: #A5B270; }
span { border-color: rgb(165,178,112); }
td.TdClassName
{
border-color: #A5B270;
}
.TagClassName
{
border-color: #A5B270;
}
</style>