#afae75

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

Shades of Neutral Green #AFAE75

Tints of Neutral Green #AFAE75

Color information

#AFAE75 (or 0xAFAE75) is unknown color: approx Neutral Green. HEX triplet: AF, AE and 75. RGB value is (175,174,117). Sum of RGB (Red+Green+Blue) = 175+174+117=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE75 is #50518A. Grayscale: #A8A8A8. Windows color (decimal): -5263755 or 7712431. OLE color: 7712431.

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

Color convert

RGB175174117-
CMYK00.010.330.31
HSL58.97º26.61%57.25%-
HSV(B)58.97º33.14%68.63%-
XYZ36.0340.6722.78-
YUV167.899.33133.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.55%
GREEN value IS 174 (68.36% from 255) = 37.34%
BLUE value IS 117 (46.09% from 255) = 25.11%
R=37.55%
G=37.34%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517411700.010.330.3158.9726.6157.25
HexAFAE7501211F3b1b39
Octal257256165014137733371
Binary10101111101011101110101011000011111111101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afae75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afae75; }

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

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

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

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

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

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

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

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