Html Css Color HEX #AFAF7B Neutral Green

📋 copy color: '#AFAF7B'

red 175 ◦ green 175 ◦ blue 123

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

Shades of Neutral Green #AFAF7B

Tints of Neutral Green #AFAF7B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37%

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

R = 37%
G = 37%
B = 26%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AFAF7B (or 0xAFAF7B) is known color: Neutral Green. HEX triplet: AF, AF and 7B. RGB value is (175,175,123). Sum of RGB (Red+Green+Blue) = 175+175+123=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF7B is #505084. Grayscale: #A9A9A9. Windows color (decimal): -5263493 or 8105903. OLE color: 8105903.

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

Color convert

RGB 175 175 123 -
CMYK 0 0 0.30 0.31
HSL 60º 0.25% 0.58% -
HSV(B) 60º 0.3% 0.69% -
XYZ 36.58 41.2 24.76 -
YUV 169.07 102 132.23 -
System Red Green Blue C M Y K H S L
Decimal 175 175 123 0 0 0.30 0.31 60 0.25 0.58
Hex AF AF 7B 0 0 1E 1F 3C 19 3A
Octal 257 257 173 0 0 36 37 74 31 72
Binary 10101111 10101111 1111011 0 0 11110 11111 111100 11001 111010

Color Harmonies of #AFAF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAF7B

Black with #AFAF7B

Text Example


Text Example

White with #AFAF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAF7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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