Html Css Color HEX #AFAB7B Neutral Green

📋 copy color: '#AFAB7B'

red 175 ◦ green 171 ◦ blue 123

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

Shades of Neutral Green #AFAB7B

Tints of Neutral Green #AFAB7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.23%

R = 37.31%
G = 36.46%
B = 26.23%

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

#AFAB7B (or 0xAFAB7B) is known color: Neutral Green. HEX triplet: AF, AB and 7B. RGB value is (175,171,123). Sum of RGB (Red+Green+Blue) = 175+171+123=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAB7B is #505484. Grayscale: #A6A6A6. Windows color (decimal): -5264517 or 8104879. OLE color: 8104879.

HSL color Cylindrical-coordinate representation of color #AFAB7B: hue angle of 55.38º 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 #AFAB7B is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 171 123 -
CMYK 0 0.02 0.30 0.31
HSL 55.38º 0.25% 0.58% -
HSV(B) 55.38º 0.3% 0.69% -
XYZ 35.82 39.67 24.51 -
YUV 166.72 103.33 133.9 -
System Red Green Blue C M Y K H S L
Decimal 175 171 123 0 0.02 0.30 0.31 55.38 0.25 0.58
Hex AF AB 7B 0 2 1E 1F 37 19 3A
Octal 257 253 173 0 2 36 37 67 31 72
Binary 10101111 10101011 1111011 0 10 11110 11111 110111 11001 111010

Color Harmonies of #AFAB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB7B

Black with #AFAB7B

Text Example


Text Example

White with #AFAB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAB7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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