Shades of Green Smoke #A4B768
Tints of Green Smoke #A4B768
RGB
CMYK
RGB Variations
Color information
#A4B768 (or 0xA4B768) is known color: Green Smoke. HEX triplet: A4, B7 and 68. RGB value is (164,183,104). Sum of RGB (Red+Green+Blue) = 164+183+104=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B768 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B768 is #5B4897. Grayscale: #A8A8A8. Windows color (decimal): -5982360 or 6862756. OLE color: 6862756.
HSL color Cylindrical-coordinate representation of color #A4B768: hue angle of 74.43º degrees, saturation: 0.35, 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 #A4B768 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 183 | 104 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.28 |
| HSL | 74.43º | 0.35% | 0.56% | - |
| HSV(B) | 74.43º | 0.43% | 0.72% | - |
| XYZ | 34.74 | 42.76 | 19.52 | - |
| YUV | 168.31 | 91.71 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 183 | 104 | 0.10 | 0 | 0.43 | 0.28 | 74.43 | 0.35 | 0.56 |
| Hex | A4 | B7 | 68 | A | 0 | 2B | 1C | 4A | 23 | 38 |
| Octal | 244 | 267 | 150 | 12 | 0 | 53 | 34 | 112 | 43 | 70 |
| Binary | 10100100 | 10110111 | 1101000 | 1010 | 0 | 101011 | 11100 | 1001010 | 100011 | 111000 |
Color Harmonies of #A4B768
Complementary color
Monochromatic Colors of #A4B768
Black with #A4B768
Text Example
Text Example
White with #A4B768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B768; }
p { color: rgb(164,183,104); }
H1.HeaderClassName
{
color: #A4B768;
}
.AnyTagClassName
{
color: #A4B768;
}
</style>
background-color css
<style>
a { background-color: #A4B768; }
a { background-color: rgb(164,183,104); }
div.DivClassName
{
background-color: #A4B768;
}
.BgClassName
{
background-color: #A4B768;
}
</style>
border-color css
<style>
span { border-color: #A4B768; }
span { border-color: rgb(164,183,104); }
td.TdClassName
{
border-color: #A4B768;
}
.TagClassName
{
border-color: #A4B768;
}
</style>