#A5B76B

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

Shades of Green Smoke #A5B76B

Tints of Green Smoke #A5B76B

Color information

#A5B76B (or 0xA5B76B) is unknown color: approx Green Smoke. HEX triplet: A5, B7 and 6B. RGB value is (165,183,107). Sum of RGB (Red+Green+Blue) = 165+183+107=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B76B is #5A4894. Grayscale: #A9A9A9. Windows color (decimal): -5916821 or 7059365. OLE color: 7059365.

HSL color Cylindrical-coordinate representation of color #A5B76B: hue angle of 74.21º 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 #A5B76B is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB165183107-
CMYK0.1000.420.28
HSL74.21º34.55%56.86%-
HSV(B)74.21º41.53%71.76%-
XYZ35.142.9320.35-
YUV168.9593.04125.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.26%
GREEN value IS 183 (71.88% from 255) = 40.22%
BLUE value IS 107 (42.19% from 255) = 23.52%
R=36.26%
G=40.22%
B=23.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1651831070.1000.420.2874.2134.5556.86
HexA5B76BA02A1C4a2339
Octal24526715312052341124371
Binary1010010110110111110101110100101010111001001010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B76B; }

 p { color: rgb(165,183,107); }

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

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

 a { background-color: rgb(165,183,107); }

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

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

 span { border-color: rgb(165,183,107); }

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