#a7b56c

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

Shades of Green Smoke #A7B56C

Tints of Green Smoke #A7B56C

Color information

#A7B56C (or 0xA7B56C) is unknown color: approx Green Smoke. HEX triplet: A7, B5 and 6C. RGB value is (167,181,108). Sum of RGB (Red+Green+Blue) = 167+181+108=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B56C is #584A93. Grayscale: #A8A8A8. Windows color (decimal): -5786260 or 7124391. OLE color: 7124391.

HSL color Cylindrical-coordinate representation of color #A7B56C: hue angle of 71.51º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A7B56C is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB167181108-
CMYK0.0800.400.29
HSL71.51º33.03%56.67%-
HSV(B)71.51º40.33%70.98%-
XYZ35.1742.3520.51-
YUV168.4993.86126.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.62%
GREEN value IS 181 (71.09% from 255) = 39.69%
BLUE value IS 108 (42.58% from 255) = 23.68%
R=36.62%
G=39.69%
B=23.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671811080.0800.400.2971.5133.0356.67
HexA7B56C80281D482139
Octal24726515410050351104171
Binary1010011110110101110110010000101000111011001000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7b56c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7b56c; }

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

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

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

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

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

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

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

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