#A7B56A

Color #A7B56A Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #A7B56A

Tints of Green Smoke #A7B56A

Color information

#A7B56A (or 0xA7B56A) is unknown color: approx Green Smoke. HEX triplet: A7, B5 and 6A. RGB value is (167,181,106). Sum of RGB (Red+Green+Blue) = 167+181+106=454 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.78% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B56A is #584A95. Grayscale: #A8A8A8. Windows color (decimal): -5786262 or 6993319. OLE color: 6993319.

HSL color Cylindrical-coordinate representation of color #A7B56A: hue angle of 71.2º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A7B56A is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB167181106-
CMYK0.0800.410.29
HSL71.2º33.63%56.27%-
HSV(B)71.2º41.44%70.98%-
XYZ35.0642.319.95-
YUV168.2692.86127.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 36.78%
GREEN value IS 181 (71.09% from 255) = 39.87%
BLUE value IS 106 (41.80% from 255) = 23.35%
R=36.78%
G=39.87%
B=23.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671811060.0800.410.2971.233.6356.27
HexA7B56A80291D472238
Octal24726515210051351074270
Binary1010011110110101110101010000101001111011000111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B56A; }

 p { color: rgb(167,181,106); }

 H1.HeaderClassName
 {
   color: #A7B56A;
 }
 .AnyTagClassName
 {
   color: #A7B56A;
 }
</style>
background-color css

<style>
 a { background-color: #A7B56A; }

 a { background-color: rgb(167,181,106); }

 div.DivClassName
 {
   background-color: #A7B56A;
 }
 .BgClassName
 {
   background-color: #A7B56A;
 }
</style>
border-color css

<style>
 span { border-color: #A7B56A; }

 span { border-color: rgb(167,181,106); }

 td.TdClassName
 {
   border-color: #A7B56A;
 }
 .TagClassName
 {
   border-color: #A7B56A;
 }
</style>