Html Css Color HEX #ADA77D Neutral Green

📋 copy color: '#ADA77D'

red 173 ◦ green 167 ◦ blue 125

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

Shades of Neutral Green #ADA77D

Tints of Neutral Green #ADA77D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.88%

R = 37.2%
G = 35.91%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#ADA77D (or 0xADA77D) is known color: Neutral Green. HEX triplet: AD, A7 and 7D. RGB value is (173,167,125). Sum of RGB (Red+Green+Blue) = 173+167+125=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA77D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA77D is #525882. Grayscale: #A4A4A4. Windows color (decimal): -5396611 or 8234925. OLE color: 8234925.

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

Color convert

RGB 173 167 125 -
CMYK 0 0.03 0.28 0.32
HSL 52.5º 0.23% 0.58% -
HSV(B) 52.5º 0.28% 0.68% -
XYZ 34.75 38 24.91 -
YUV 164.01 105.99 134.42 -
System Red Green Blue C M Y K H S L
Decimal 173 167 125 0 0.03 0.28 0.32 52.5 0.23 0.58
Hex AD A7 7D 0 3 1C 20 34 17 3A
Octal 255 247 175 0 3 34 40 64 27 72
Binary 10101101 10100111 1111101 0 11 11100 100000 110100 10111 111010

Color Harmonies of #ADA77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA77D

Black with #ADA77D

Text Example


Text Example

White with #ADA77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA77D; }

 p { color: rgb(173,167,125); }

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

background-color css

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

 a { background-color: rgb(173,167,125); }

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

border-color css

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

 span { border-color: rgb(173,167,125); }

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