#AFA979

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

Shades of Neutral Green #AFA979

Tints of Neutral Green #AFA979

Color information

#AFA979 (or 0xAFA979) is unknown color: approx Neutral Green. HEX triplet: AF, A9 and 79. RGB value is (175,169,121). Sum of RGB (Red+Green+Blue) = 175+169+121=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA979 is #505686. Grayscale: #A5A5A5. Windows color (decimal): -5265031 or 7973295. OLE color: 7973295.

HSL color Cylindrical-coordinate representation of color #AFA979: hue angle of 53.33º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFA979 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB175169121-
CMYK00.030.310.31
HSL53.33º25.23%58.04%-
HSV(B)53.33º30.86%68.63%-
XYZ35.3238.8723.73-
YUV165.32102.99134.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.63%
GREEN value IS 169 (66.41% from 255) = 36.34%
BLUE value IS 121 (47.66% from 255) = 26.02%
R=37.63%
G=36.34%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516912100.030.310.3153.3325.2358.04
HexAFA979031F1F35193a
Octal257251171033737653172
Binary10101111101010011111001011111111111111010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA979; }

 p { color: rgb(175,169,121); }

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

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

 a { background-color: rgb(175,169,121); }

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

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

 span { border-color: rgb(175,169,121); }

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