Html Css Color HEX #AFB79B Green Spring

📋 copy color: '#AFB79B'

red 175 ◦ green 183 ◦ blue 155

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

Shades of Green Spring #AFB79B

Tints of Green Spring #AFB79B

RGB

 RED value IS 175 (68.75% from 255) = 34.11%

 GREEN value IS 183 (71.88% from 255) = 35.67%

 BLUE value IS 155 (60.94% from 255) = 30.21%

R = 34.11%
G = 35.67%
B = 30.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#AFB79B (or 0xAFB79B) is known color: Green Spring. HEX triplet: AF, B7 and 9B. RGB value is (175,183,155). Sum of RGB (Red+Green+Blue) = 175+183+155=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB79B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB79B is #504864. Grayscale: #B1B1B1. Windows color (decimal): -5261413 or 10205103. OLE color: 10205103.

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

Color convert

RGB 175 183 155 -
CMYK 0.04 0 0.15 0.28
HSL 77.14º 0.16% 0.66% -
HSV(B) 77.14º 0.15% 0.72% -
XYZ 40.53 45.35 37.63 -
YUV 177.42 115.35 126.28 -
System Red Green Blue C M Y K H S L
Decimal 175 183 155 0.04 0 0.15 0.28 77.14 0.16 0.66
Hex AF B7 9B 4 0 F 1C 4D 10 42
Octal 257 267 233 4 0 17 34 115 20 102
Binary 10101111 10110111 10011011 100 0 1111 11100 1001101 10000 1000010

Color Harmonies of #AFB79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB79B

Black with #AFB79B

Text Example


Text Example

White with #AFB79B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB79B; }

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

 H1.HeaderClassName
 {
   color: #AFB79B;
 }
 .AnyTagClassName
 {
   color: #AFB79B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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