#AFA780

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

Shades of Neutral Green #AFA780

Tints of Neutral Green #AFA780

Color information

#AFA780 (or 0xAFA780) is unknown color: approx Neutral Green. HEX triplet: AF, A7 and 80. RGB value is (175,167,128). Sum of RGB (Red+Green+Blue) = 175+167+128=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA780 is #50587F. Grayscale: #A5A5A5. Windows color (decimal): -5265536 or 8431535. OLE color: 8431535.

HSL color Cylindrical-coordinate representation of color #AFA780: hue angle of 49.79º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFA780 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB175167128-
CMYK00.050.270.31
HSL49.79º22.71%59.41%-
HSV(B)49.79º26.86%68.63%-
XYZ35.3938.3125.95-
YUV164.95107.15135.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.23%
GREEN value IS 167 (65.62% from 255) = 35.53%
BLUE value IS 128 (50.39% from 255) = 27.23%
R=37.23%
G=35.53%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516712800.050.270.3149.7922.7159.41
HexAFA780051B1F32173b
Octal257247200053337622773
Binary1010111110100111100000000101110111111111001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA780; }

 p { color: rgb(175,167,128); }

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

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

 a { background-color: rgb(175,167,128); }

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

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

 span { border-color: rgb(175,167,128); }

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