#A5A75B

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

Shades of Green Smoke #A5A75B

Tints of Green Smoke #A5A75B

Color information

#A5A75B (or 0xA5A75B) is unknown color: approx Green Smoke. HEX triplet: A5, A7 and 5B. RGB value is (165,167,91). Sum of RGB (Red+Green+Blue) = 165+167+91=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A75B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A75B is #5A58A4. Grayscale: #9E9E9E. Windows color (decimal): -5920933 or 6006693. OLE color: 6006693.

HSL color Cylindrical-coordinate representation of color #A5A75B: hue angle of 61.58º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5A75B is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB16516791-
CMYK0.0100.460.35
HSL61.58º30.16%50.59%-
HSV(B)61.58º45.51%65.49%-
XYZ31.2236.3915.28-
YUV157.7490.34133.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.01%
GREEN value IS 167 (65.62% from 255) = 39.48%
BLUE value IS 91 (35.94% from 255) = 21.51%
R=39.01%
G=39.48%
B=21.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165167910.0100.460.3561.5830.1650.59
HexA5A75B102E233e1e33
Octal245247133105643763663
Binary101001011010011110110111010111010001111111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A75B; }

 p { color: rgb(165,167,91); }

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

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

 a { background-color: rgb(165,167,91); }

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

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

 span { border-color: rgb(165,167,91); }

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