Html Css Color HEX #AFAB7A Neutral Green

📋 copy color: '#AFAB7A'

red 175 ◦ green 171 ◦ blue 122

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

Shades of Neutral Green #AFAB7A

Tints of Neutral Green #AFAB7A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.54%

 BLUE value IS 122 (48.05% from 255) = 26.07%

R = 37.39%
G = 36.54%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AFAB7A (or 0xAFAB7A) is known color: Neutral Green. HEX triplet: AF, AB and 7A. RGB value is (175,171,122). Sum of RGB (Red+Green+Blue) = 175+171+122=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAB7A is #505485. Grayscale: #A6A6A6. Windows color (decimal): -5264518 or 8039343. OLE color: 8039343.

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

Color convert

RGB 175 171 122 -
CMYK 0 0.02 0.30 0.31
HSL 55.47º 0.25% 0.58% -
HSV(B) 55.47º 0.3% 0.69% -
XYZ 35.75 39.64 24.18 -
YUV 166.61 102.83 133.98 -
System Red Green Blue C M Y K H S L
Decimal 175 171 122 0 0.02 0.30 0.31 55.47 0.25 0.58
Hex AF AB 7A 0 2 1E 1F 37 19 3A
Octal 257 253 172 0 2 36 37 67 31 72
Binary 10101111 10101011 1111010 0 10 11110 11111 110111 11001 111010

Color Harmonies of #AFAB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB7A

Black with #AFAB7A

Text Example


Text Example

White with #AFAB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAB7A; }

 p { color: rgb(175,171,122); }

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

background-color css

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

 a { background-color: rgb(175,171,122); }

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

border-color css

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

 span { border-color: rgb(175,171,122); }

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