#AFAF7A

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

Shades of Neutral Green #AFAF7A

Tints of Neutral Green #AFAF7A

Color information

#AFAF7A (or 0xAFAF7A) is unknown color: approx Neutral Green. HEX triplet: AF, AF and 7A. RGB value is (175,175,122). Sum of RGB (Red+Green+Blue) = 175+175+122=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF7A is #505085. Grayscale: #A9A9A9. Windows color (decimal): -5263494 or 8040367. OLE color: 8040367.

HSL color Cylindrical-coordinate representation of color #AFAF7A: 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.3%. Process color model (Four color, CMYK) of #AFAF7A is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB175175122-
CMYK000.300.31
HSL60º24.88%58.24%-
HSV(B)60º30.29%68.63%-
XYZ36.5241.1824.44-
YUV168.96101.5132.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.08%
GREEN value IS 175 (68.75% from 255) = 37.08%
BLUE value IS 122 (48.05% from 255) = 25.85%
R=37.08%
G=37.08%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175122000.300.316024.8858.24
HexAFAF7A001E1F3c193a
Octal257257172003637743172
Binary1010111110101111111101000111101111111110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF7A; }

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

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

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

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

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

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

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

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