#AFAF78

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

Shades of Neutral Green #AFAF78

Tints of Neutral Green #AFAF78

Color information

#AFAF78 (or 0xAFAF78) is unknown color: approx Neutral Green. HEX triplet: AF, AF and 78. RGB value is (175,175,120). Sum of RGB (Red+Green+Blue) = 175+175+120=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF78 is #505087. Grayscale: #A8A8A8. Windows color (decimal): -5263496 or 7909295. OLE color: 7909295.

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

Color convert

RGB175175120-
CMYK000.310.31
HSL60º25.58%57.84%-
HSV(B)60º31.43%68.63%-
XYZ36.441.1323.79-
YUV168.73100.5132.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.23%
GREEN value IS 175 (68.75% from 255) = 37.23%
BLUE value IS 120 (47.27% from 255) = 25.53%
R=37.23%
G=37.23%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175120000.310.316025.5857.84
HexAFAF78001F1F3c1a3a
Octal257257170003737743272
Binary1010111110101111111100000111111111111110011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF78; }

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

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

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

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

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

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

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

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