#AFA879

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

Shades of Neutral Green #AFA879

Tints of Neutral Green #AFA879

Color information

#AFA879 (or 0xAFA879) is unknown color: approx Neutral Green. HEX triplet: AF, A8 and 79. RGB value is (175,168,121). Sum of RGB (Red+Green+Blue) = 175+168+121=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 121 (47.66% from 255 or 26.08% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA879 is #505786. Grayscale: #A4A4A4. Windows color (decimal): -5265287 or 7973039. OLE color: 7973039.

HSL color Cylindrical-coordinate representation of color #AFA879: hue angle of 52.22º 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 #AFA879 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB175168121-
CMYK00.040.310.31
HSL52.22º25.23%58.04%-
HSV(B)52.22º30.86%68.63%-
XYZ35.1338.523.67-
YUV164.74103.32135.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 168 (66.02% from 255) = 36.21%
BLUE value IS 121 (47.66% from 255) = 26.08%
R=37.72%
G=36.21%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516812100.040.310.3152.2225.2358.04
HexAFA879041F1F34193a
Octal257250171043737643172
Binary101011111010100011110010100111111111111010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA879; }

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

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

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

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

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

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

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

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