#AFB79A

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

Shades of Green Spring #AFB79A

Tints of Green Spring #AFB79A

Color information

#AFB79A (or 0xAFB79A) is unknown color: approx Green Spring. HEX triplet: AF, B7 and 9A. RGB value is (175,183,154). Sum of RGB (Red+Green+Blue) = 175+183+154=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB79A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB79A is #504865. Grayscale: #B1B1B1. Windows color (decimal): -5261414 or 10139567. OLE color: 10139567.

HSL color Cylindrical-coordinate representation of color #AFB79A: hue angle of 76.55º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFB79A is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB175183154-
CMYK0.0400.160.28
HSL76.55º16.76%66.08%-
HSV(B)76.55º15.85%71.76%-
XYZ40.4545.3137.19-
YUV177.3114.85126.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.18%
GREEN value IS 183 (71.88% from 255) = 35.74%
BLUE value IS 154 (60.55% from 255) = 30.08%
R=34.18%
G=35.74%
B=30.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751831540.0400.160.2876.5516.7666.08
HexAFB79A40101C4d1142
Octal25726723240203411521102
Binary101011111011011110011010100010000111001001101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB79A; }

 p { color: rgb(175,183,154); }

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

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

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

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

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

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

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