Shades of Green Smoke #A8B76B
Tints of Green Smoke #A8B76B
RGB
CMYK
RGB Variations
Color information
#A8B76B (or 0xA8B76B) is known color: Green Smoke. HEX triplet: A8, B7 and 6B. RGB value is (168,183,107). Sum of RGB (Red+Green+Blue) = 168+183+107=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B76B is #574894. Grayscale: #AAAAAA. Windows color (decimal): -5720213 or 7059368. OLE color: 7059368.
HSL color Cylindrical-coordinate representation of color #A8B76B: hue angle of 71.84º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8B76B is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
RGB | 168 | 183 | 107 | - |
CMYK | 0.08 | 0 | 0.42 | 0.28 |
HSL | 71.84º | 0.35% | 0.57% | - |
HSV(B) | 71.84º | 0.42% | 0.72% | - |
XYZ | 35.74 | 43.25 | 20.38 | - |
YUV | 169.85 | 92.53 | 126.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 183 | 107 | 0.08 | 0 | 0.42 | 0.28 | 71.84 | 0.35 | 0.57 |
Hex | A8 | B7 | 6B | 8 | 0 | 2A | 1C | 48 | 23 | 39 |
Octal | 250 | 267 | 153 | 10 | 0 | 52 | 34 | 110 | 43 | 71 |
Binary | 10101000 | 10110111 | 1101011 | 1000 | 0 | 101010 | 11100 | 1001000 | 100011 | 111001 |
Color Harmonies of #A8B76B
Complementary color
Monochromatic Colors of #A8B76B
Black with #A8B76B
Text Example
Text Example
White with #A8B76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B76B; }
p { color: rgb(168,183,107); }
H1.HeaderClassName
{
color: #A8B76B;
}
.AnyTagClassName
{
color: #A8B76B;
}
</style>
background-color css
<style>
a { background-color: #A8B76B; }
a { background-color: rgb(168,183,107); }
div.DivClassName
{
background-color: #A8B76B;
}
.BgClassName
{
background-color: #A8B76B;
}
</style>
border-color css
<style>
span { border-color: #A8B76B; }
span { border-color: rgb(168,183,107); }
td.TdClassName
{
border-color: #A8B76B;
}
.TagClassName
{
border-color: #A8B76B;
}
</style>