Html Css Color HEX #AFA879 Neutral Green

📋 copy color: '#AFA879'

red 175 ◦ green 168 ◦ blue 121

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

Shades of Neutral Green #AFA879

Tints of Neutral Green #AFA879

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.21%

 BLUE value IS 121 (47.66% from 255) = 26.08%

R = 37.72%
G = 36.21%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AFA879 (or 0xAFA879) is known color: Neutral Green. HEX triplet: AF, A8 and 79. RGB value is (175,168,121). Sum of RGB (Red+Green+Blue) = 175+168+121=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 121 (47.66% from 255 or 26.08% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA879 is #505786. Grayscale: #A4A4A4. Windows color (decimal): -5265287 or 7973039. OLE color: 7973039.

HSL color Cylindrical-coordinate representation of color #AFA879: hue angle of 52.22º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFA879 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 168 121 -
CMYK 0 0.04 0.31 0.31
HSL 52.22º 0.25% 0.58% -
HSV(B) 52.22º 0.31% 0.69% -
XYZ 35.13 38.5 23.67 -
YUV 164.74 103.32 135.32 -
System Red Green Blue C M Y K H S L
Decimal 175 168 121 0 0.04 0.31 0.31 52.22 0.25 0.58
Hex AF A8 79 0 4 1F 1F 34 19 3A
Octal 257 250 171 0 4 37 37 64 31 72
Binary 10101111 10101000 1111001 0 100 11111 11111 110100 11001 111010

Color Harmonies of #AFA879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA879

Black with #AFA879

Text Example


Text Example

White with #AFA879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA879; }

 p { color: rgb(175,168,121); }

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

background-color css

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

 a { background-color: rgb(175,168,121); }

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

border-color css

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

 span { border-color: rgb(175,168,121); }

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