Html Css Color HEX #AFA77B Neutral Green

📋 copy color: '#AFA77B'

red 175 ◦ green 167 ◦ blue 123

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

Shades of Neutral Green #AFA77B

Tints of Neutral Green #AFA77B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.91%

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

R = 37.63%
G = 35.91%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AFA77B (or 0xAFA77B) is known color: Neutral Green. HEX triplet: AF, A7 and 7B. RGB value is (175,167,123). Sum of RGB (Red+Green+Blue) = 175+167+123=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA77B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA77B is #505884. Grayscale: #A4A4A4. Windows color (decimal): -5265541 or 8103855. OLE color: 8103855.

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

Color convert

RGB 175 167 123 -
CMYK 0 0.05 0.30 0.31
HSL 50.77º 0.25% 0.58% -
HSV(B) 50.77º 0.3% 0.69% -
XYZ 35.07 38.18 24.26 -
YUV 164.38 104.65 135.58 -
System Red Green Blue C M Y K H S L
Decimal 175 167 123 0 0.05 0.30 0.31 50.77 0.25 0.58
Hex AF A7 7B 0 5 1E 1F 33 19 3A
Octal 257 247 173 0 5 36 37 63 31 72
Binary 10101111 10100111 1111011 0 101 11110 11111 110011 11001 111010

Color Harmonies of #AFA77B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA77B

Black with #AFA77B

Text Example


Text Example

White with #AFA77B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA77B; }

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

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

background-color css

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

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

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

border-color css

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

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

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