Shades of Green Smoke #A5B868
Tints of Green Smoke #A5B868
RGB
CMYK
RGB Variations
Color information
#A5B868 (or 0xA5B868) is known color: Green Smoke. HEX triplet: A5, B8 and 68. RGB value is (165,184,104). Sum of RGB (Red+Green+Blue) = 165+184+104=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B868 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B868 is #5A4797. Grayscale: #A9A9A9. Windows color (decimal): -5916568 or 6863013. OLE color: 6863013.
HSL color Cylindrical-coordinate representation of color #A5B868: hue angle of 74.25º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5B868 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 184 | 104 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.28 |
| HSL | 74.25º | 0.36% | 0.56% | - |
| HSV(B) | 74.25º | 0.43% | 0.72% | - |
| XYZ | 35.16 | 43.28 | 19.6 | - |
| YUV | 169.2 | 91.21 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 184 | 104 | 0.10 | 0 | 0.43 | 0.28 | 74.25 | 0.36 | 0.56 |
| Hex | A5 | B8 | 68 | A | 0 | 2B | 1C | 4A | 24 | 38 |
| Octal | 245 | 270 | 150 | 12 | 0 | 53 | 34 | 112 | 44 | 70 |
| Binary | 10100101 | 10111000 | 1101000 | 1010 | 0 | 101011 | 11100 | 1001010 | 100100 | 111000 |
Color Harmonies of #A5B868
Complementary color
Monochromatic Colors of #A5B868
Black with #A5B868
Text Example
Text Example
White with #A5B868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B868; }
p { color: rgb(165,184,104); }
H1.HeaderClassName
{
color: #A5B868;
}
.AnyTagClassName
{
color: #A5B868;
}
</style>
background-color css
<style>
a { background-color: #A5B868; }
a { background-color: rgb(165,184,104); }
div.DivClassName
{
background-color: #A5B868;
}
.BgClassName
{
background-color: #A5B868;
}
</style>
border-color css
<style>
span { border-color: #A5B868; }
span { border-color: rgb(165,184,104); }
td.TdClassName
{
border-color: #A5B868;
}
.TagClassName
{
border-color: #A5B868;
}
</style>