Html Css Color HEX #AFB79D Green Spring

📋 copy color: '#AFB79D'

red 175 ◦ green 183 ◦ blue 157

#AFB79D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Spring #AFB79D

Tints of Green Spring #AFB79D

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 value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#AFB79D (or 0xAFB79D) is known color: 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

RGB 175 183 157 -
CMYK 0.04 0 0.14 0.28
HSL 78.46º 0.15% 0.67% -
HSV(B) 78.46º 0.14% 0.72% -
XYZ 40.7 45.42 38.52 -
YUV 177.64 116.35 126.11 -
System Red Green Blue C M Y K H S L
Decimal 175 183 157 0.04 0 0.14 0.28 78.46 0.15 0.67
Hex AF B7 9D 4 0 E 1C 4E F 43
Octal 257 267 235 4 0 16 34 116 17 103
Binary 10101111 10110111 10011101 100 0 1110 11100 1001110 1111 1000011

Color Harmonies of #AFB79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB79D

Black with #AFB79D

Text Example


Text Example

White with #AFB79D

Text Example


Text Example

HTML Codes & Css Web 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>