Html Css Color HEX #AFAC7B Neutral Green

📋 copy color: '#AFAC7B'

red 175 ◦ green 172 ◦ blue 123

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

Shades of Neutral Green #AFAC7B

Tints of Neutral Green #AFAC7B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.6%

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

R = 37.23%
G = 36.6%
B = 26.17%

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

#AFAC7B (or 0xAFAC7B) is known color: Neutral Green. HEX triplet: AF, AC and 7B. RGB value is (175,172,123). Sum of RGB (Red+Green+Blue) = 175+172+123=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAC7B is #505384. Grayscale: #A7A7A7. Windows color (decimal): -5264261 or 8105135. OLE color: 8105135.

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

Color convert

RGB 175 172 123 -
CMYK 0 0.02 0.30 0.31
HSL 56.54º 0.25% 0.58% -
HSV(B) 56.54º 0.3% 0.69% -
XYZ 36.01 40.05 24.57 -
YUV 167.31 102.99 133.48 -
System Red Green Blue C M Y K H S L
Decimal 175 172 123 0 0.02 0.30 0.31 56.54 0.25 0.58
Hex AF AC 7B 0 2 1E 1F 39 19 3A
Octal 257 254 173 0 2 36 37 71 31 72
Binary 10101111 10101100 1111011 0 10 11110 11111 111001 11001 111010

Color Harmonies of #AFAC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAC7B

Black with #AFAC7B

Text Example


Text Example

White with #AFAC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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