Html Css Color HEX #ADAA7A Neutral Green

📋 copy color: '#ADAA7A'

red 173 ◦ green 170 ◦ blue 122

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

Shades of Neutral Green #ADAA7A

Tints of Neutral Green #ADAA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.24%

R = 37.2%
G = 36.56%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#ADAA7A (or 0xADAA7A) is known color: Neutral Green. HEX triplet: AD, AA and 7A. RGB value is (173,170,122). Sum of RGB (Red+Green+Blue) = 173+170+122=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA7A is #525585. Grayscale: #A5A5A5. Windows color (decimal): -5395846 or 8039085. OLE color: 8039085.

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

Color convert

RGB 173 170 122 -
CMYK 0 0.02 0.29 0.32
HSL 56.47º 0.24% 0.58% -
HSV(B) 56.47º 0.29% 0.68% -
XYZ 35.12 39.04 24.1 -
YUV 165.43 103.49 133.4 -
System Red Green Blue C M Y K H S L
Decimal 173 170 122 0 0.02 0.29 0.32 56.47 0.24 0.58
Hex AD AA 7A 0 2 1D 20 38 18 3A
Octal 255 252 172 0 2 35 40 70 30 72
Binary 10101101 10101010 1111010 0 10 11101 100000 111000 11000 111010

Color Harmonies of #ADAA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA7A

Black with #ADAA7A

Text Example


Text Example

White with #ADAA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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