#AFAB75

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

Shades of Neutral Green #AFAB75

Tints of Neutral Green #AFAB75

Color information

#AFAB75 (or 0xAFAB75) is unknown color: approx Neutral Green. HEX triplet: AF, AB and 75. RGB value is (175,171,117). Sum of RGB (Red+Green+Blue) = 175+171+117=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAB75 is #50548A. Grayscale: #A6A6A6. Windows color (decimal): -5264523 or 7711663. OLE color: 7711663.

HSL color Cylindrical-coordinate representation of color #AFAB75: hue angle of 55.86º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFAB75 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB175171117-
CMYK00.020.330.31
HSL55.86º26.61%57.25%-
HSV(B)55.86º33.14%68.63%-
XYZ35.4539.5222.59-
YUV166.04100.33134.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 171 (67.19% from 255) = 36.93%
BLUE value IS 117 (46.09% from 255) = 25.27%
R=37.80%
G=36.93%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517111700.020.330.3155.8626.6157.25
HexAFAB7502211F381b39
Octal257253165024137703371
Binary101011111010101111101010101000011111111100011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB75; }

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

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

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

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

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

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

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

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