#AFAB76

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

Shades of Neutral Green #AFAB76

Tints of Neutral Green #AFAB76

Color information

#AFAB76 (or 0xAFAB76) is unknown color: approx Neutral Green. HEX triplet: AF, AB and 76. RGB value is (175,171,118). Sum of RGB (Red+Green+Blue) = 175+171+118=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAB76 is #505489. Grayscale: #A6A6A6. Windows color (decimal): -5264522 or 7777199. OLE color: 7777199.

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

Color convert

RGB175171118-
CMYK00.020.330.31
HSL55.79º26.27%57.45%-
HSV(B)55.79º32.57%68.63%-
XYZ35.5139.5522.9-
YUV166.15100.83134.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 171 (67.19% from 255) = 36.85%
BLUE value IS 118 (46.48% from 255) = 25.43%
R=37.72%
G=36.85%
B=25.43%

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
Decimal17517111800.020.330.3155.7926.2757.45
HexAFAB7602211F381a39
Octal257253166024137703271
Binary101011111010101111101100101000011111111100011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB76; }

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

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

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

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

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

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

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

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