#AFB79D

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

Shades of Green Spring #AFB79D

Tints of Green Spring #AFB79D

Color information

#AFB79D (or 0xAFB79D) is unknown color: approx Green Spring. HEX triplet: AF, B7 and 9D. RGB value is (175,183,157). Sum of RGB (Red+Green+Blue) = 175+183+157=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 183 (71.88% from 255 or 35.53% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB79D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB79D is #504862. Grayscale: #B1B1B1. Windows color (decimal): -5261411 or 10336175. OLE color: 10336175.

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

Color convert

RGB175183157-
CMYK0.0400.140.28
HSL78.46º15.29%66.67%-
HSV(B)78.46º14.21%71.76%-
XYZ40.745.4238.52-
YUV177.64116.35126.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.98%
GREEN value IS 183 (71.88% from 255) = 35.53%
BLUE value IS 157 (61.72% from 255) = 30.49%
R=33.98%
G=35.53%
B=30.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751831570.0400.140.2878.4615.2966.67
HexAFB79D40E1C4ef43
Octal25726723540163411617103
Binary1010111110110111100111011000111011100100111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB79D; }

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

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

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

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

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

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

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

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