#AFAF79

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

Shades of Neutral Green #AFAF79

Tints of Neutral Green #AFAF79

Color information

#AFAF79 (or 0xAFAF79) is unknown color: approx Neutral Green. HEX triplet: AF, AF and 79. RGB value is (175,175,121). Sum of RGB (Red+Green+Blue) = 175+175+121=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF79 is #505086. Grayscale: #A9A9A9. Windows color (decimal): -5263495 or 7974831. OLE color: 7974831.

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

Color convert

RGB175175121-
CMYK000.310.31
HSL60º25.23%58.04%-
HSV(B)60º30.86%68.63%-
XYZ36.4641.1524.11-
YUV168.84101132.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.15%
GREEN value IS 175 (68.75% from 255) = 37.15%
BLUE value IS 121 (47.66% from 255) = 25.69%
R=37.15%
G=37.15%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175121000.310.316025.2358.04
HexAFAF79001F1F3c193a
Octal257257171003737743172
Binary1010111110101111111100100111111111111110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF79; }

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

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

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

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

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

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

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

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