Shades of Green Smoke #A8B568
Tints of Green Smoke #A8B568
RGB
CMYK
RGB Variations
Color information
#A8B568 (or 0xA8B568) is known color: Green Smoke. HEX triplet: A8, B5 and 68. RGB value is (168,181,104). Sum of RGB (Red+Green+Blue) = 168+181+104=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B568 is #574A97. Grayscale: #A8A8A8. Windows color (decimal): -5720728 or 6862248. OLE color: 6862248.
HSL color Cylindrical-coordinate representation of color #A8B568: hue angle of 70.13º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8B568 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 181 | 104 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.29 |
| HSL | 70.13º | 0.34% | 0.56% | - |
| HSV(B) | 70.13º | 0.43% | 0.71% | - |
| XYZ | 35.17 | 42.37 | 19.42 | - |
| YUV | 168.34 | 91.69 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 181 | 104 | 0.07 | 0 | 0.43 | 0.29 | 70.13 | 0.34 | 0.56 |
| Hex | A8 | B5 | 68 | 7 | 0 | 2B | 1D | 46 | 22 | 38 |
| Octal | 250 | 265 | 150 | 7 | 0 | 53 | 35 | 106 | 42 | 70 |
| Binary | 10101000 | 10110101 | 1101000 | 111 | 0 | 101011 | 11101 | 1000110 | 100010 | 111000 |
Color Harmonies of #A8B568
Complementary color
Monochromatic Colors of #A8B568
Black with #A8B568
Text Example
Text Example
White with #A8B568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B568; }
p { color: rgb(168,181,104); }
H1.HeaderClassName
{
color: #A8B568;
}
.AnyTagClassName
{
color: #A8B568;
}
</style>
background-color css
<style>
a { background-color: #A8B568; }
a { background-color: rgb(168,181,104); }
div.DivClassName
{
background-color: #A8B568;
}
.BgClassName
{
background-color: #A8B568;
}
</style>
border-color css
<style>
span { border-color: #A8B568; }
span { border-color: rgb(168,181,104); }
td.TdClassName
{
border-color: #A8B568;
}
.TagClassName
{
border-color: #A8B568;
}
</style>