#AFAB77

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

Shades of Neutral Green #AFAB77

Tints of Neutral Green #AFAB77

Color information

#AFAB77 (or 0xAFAB77) is unknown color: approx Neutral Green. HEX triplet: AF, AB and 77. RGB value is (175,171,119). Sum of RGB (Red+Green+Blue) = 175+171+119=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAB77 is #505488. Grayscale: #A6A6A6. Windows color (decimal): -5264521 or 7842735. OLE color: 7842735.

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

Color convert

RGB175171119-
CMYK00.020.320.31
HSL55.71º25.93%57.65%-
HSV(B)55.71º32%68.63%-
XYZ35.5739.5723.22-
YUV166.27101.33134.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.63%
GREEN value IS 171 (67.19% from 255) = 36.77%
BLUE value IS 119 (46.88% from 255) = 25.59%
R=37.63%
G=36.77%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517111900.020.320.3155.7125.9357.65
HexAFAB7702201F381a3a
Octal257253167024037703272
Binary101011111010101111101110101000001111111100011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB77; }

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

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

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

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

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

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

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

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