#A5B072

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

Shades of Green Smoke #A5B072

Tints of Green Smoke #A5B072

Color information

#A5B072 (or 0xA5B072) is unknown color: approx Green Smoke. HEX triplet: A5, B0 and 72. RGB value is (165,176,114). Sum of RGB (Red+Green+Blue) = 165+176+114=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B072 is #5A4F8D. Grayscale: #A5A5A5. Windows color (decimal): -5918606 or 7516325. OLE color: 7516325.

HSL color Cylindrical-coordinate representation of color #A5B072: hue angle of 70.65º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5B072 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB165176114-
CMYK0.0600.350.31
HSL70.65º28.18%56.86%-
HSV(B)70.65º35.23%69.02%-
XYZ34.0840.2621.9-
YUV165.6498.86127.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.26%
GREEN value IS 176 (69.14% from 255) = 38.68%
BLUE value IS 114 (44.92% from 255) = 25.05%
R=36.26%
G=38.68%
B=25.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651761140.0600.350.3170.6528.1856.86
HexA5B07260231F471c39
Octal2452601626043371073471
Binary10100101101100001110010110010001111111100011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B072; }

 p { color: rgb(165,176,114); }

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

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

 a { background-color: rgb(165,176,114); }

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

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

 span { border-color: rgb(165,176,114); }

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