#AFAF77

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

Shades of Neutral Green #AFAF77

Tints of Neutral Green #AFAF77

Color information

#AFAF77 (or 0xAFAF77) is unknown color: approx Neutral Green. HEX triplet: AF, AF and 77. RGB value is (175,175,119). Sum of RGB (Red+Green+Blue) = 175+175+119=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF77 is #505088. Grayscale: #A8A8A8. Windows color (decimal): -5263497 or 7843759. OLE color: 7843759.

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

Color convert

RGB175175119-
CMYK000.320.31
HSL60º25.93%57.65%-
HSV(B)60º32%68.63%-
XYZ36.3441.1123.47-
YUV168.62100132.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.31%
GREEN value IS 175 (68.75% from 255) = 37.31%
BLUE value IS 119 (46.88% from 255) = 25.37%
R=37.31%
G=37.31%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175119000.320.316025.9357.65
HexAFAF7700201F3c1a3a
Octal257257167004037743272
Binary10101111101011111110111001000001111111110011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF77; }

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

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

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

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

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

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

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

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