#afae77

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

Shades of Neutral Green #AFAE77

Tints of Neutral Green #AFAE77

Color information

#AFAE77 (or 0xAFAE77) is unknown color: approx Neutral Green. HEX triplet: AF, AE and 77. RGB value is (175,174,119). Sum of RGB (Red+Green+Blue) = 175+174+119=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE77 is #505188. Grayscale: #A8A8A8. Windows color (decimal): -5263753 or 7843503. OLE color: 7843503.

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

Color convert

RGB175174119-
CMYK00.010.320.31
HSL58.93º25.93%57.65%-
HSV(B)58.93º32%68.63%-
XYZ36.1540.7223.41-
YUV168.03100.33132.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.39%
GREEN value IS 174 (68.36% from 255) = 37.18%
BLUE value IS 119 (46.88% from 255) = 25.43%
R=37.39%
G=37.18%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517411900.010.320.3158.9325.9357.65
HexAFAE7701201F3b1a3a
Octal257256167014037733272
Binary10101111101011101110111011000001111111101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afae77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afae77; }

 p { color: rgb(175,174,119); }

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

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

 a { background-color: rgb(175,174,119); }

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

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

 span { border-color: rgb(175,174,119); }

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