#A5B760

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

Shades of Green Smoke #A5B760

Tints of Green Smoke #A5B760

Color information

#A5B760 (or 0xA5B760) is unknown color: approx Green Smoke. HEX triplet: A5, B7 and 60. RGB value is (165,183,96). Sum of RGB (Red+Green+Blue) = 165+183+96=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B760 is #5A489F. Grayscale: #A8A8A8. Windows color (decimal): -5916832 or 6338469. OLE color: 6338469.

HSL color Cylindrical-coordinate representation of color #A5B760: hue angle of 72.41º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5B760 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB16518396-
CMYK0.1000.480.28
HSL72.41º37.66%54.71%-
HSV(B)72.41º47.54%71.76%-
XYZ34.5642.7117.49-
YUV167.787.54126.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.16%
GREEN value IS 183 (71.88% from 255) = 41.22%
BLUE value IS 96 (37.89% from 255) = 21.62%
R=37.16%
G=41.22%
B=21.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal165183960.1000.480.2872.4137.6654.71
HexA5B760A0301C482637
Octal24526714012060341104667
Binary1010010110110111110000010100110000111001001000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B760; }

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

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

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

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

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

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

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

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