Html Css Color HEX #ADAA76 Neutral Green

📋 copy color: '#ADAA76'

red 173 ◦ green 170 ◦ blue 118

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

Shades of Neutral Green #ADAA76

Tints of Neutral Green #ADAA76

RGB

 RED value IS 173 (67.97% from 255) = 37.53%

 GREEN value IS 170 (66.8% from 255) = 36.88%

 BLUE value IS 118 (46.48% from 255) = 25.6%

R = 37.53%
G = 36.88%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#ADAA76 (or 0xADAA76) is known color: Neutral Green. HEX triplet: AD, AA and 76. RGB value is (173,170,118). Sum of RGB (Red+Green+Blue) = 173+170+118=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA76 is #525589. Grayscale: #A5A5A5. Windows color (decimal): -5395850 or 7776941. OLE color: 7776941.

HSL color Cylindrical-coordinate representation of color #ADAA76: hue angle of 56.73º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADAA76 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 170 118 -
CMYK 0 0.02 0.32 0.32
HSL 56.73º 0.25% 0.57% -
HSV(B) 56.73º 0.32% 0.68% -
XYZ 34.88 38.94 22.82 -
YUV 164.97 101.49 133.73 -
System Red Green Blue C M Y K H S L
Decimal 173 170 118 0 0.02 0.32 0.32 56.73 0.25 0.57
Hex AD AA 76 0 2 20 20 39 19 39
Octal 255 252 166 0 2 40 40 71 31 71
Binary 10101101 10101010 1110110 0 10 100000 100000 111001 11001 111001

Color Harmonies of #ADAA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA76

Black with #ADAA76

Text Example


Text Example

White with #ADAA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA76; }

 p { color: rgb(173,170,118); }

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

background-color css

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

 a { background-color: rgb(173,170,118); }

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

border-color css

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

 span { border-color: rgb(173,170,118); }

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