Html Css Color HEX #ADAD7D Neutral Green

📋 copy color: '#ADAD7D'

red 173 ◦ green 173 ◦ blue 125

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

Shades of Neutral Green #ADAD7D

Tints of Neutral Green #ADAD7D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.73%

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

R = 36.73%
G = 36.73%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#ADAD7D (or 0xADAD7D) is known color: Neutral Green. HEX triplet: AD, AD and 7D. RGB value is (173,173,125). Sum of RGB (Red+Green+Blue) = 173+173+125=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD7D is #525282. Grayscale: #A7A7A7. Windows color (decimal): -5395075 or 8236461. OLE color: 8236461.

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

Color convert

RGB 173 173 125 -
CMYK 0 0 0.28 0.32
HSL 60º 0.23% 0.58% -
HSV(B) 60º 0.28% 0.68% -
XYZ 35.88 40.25 25.28 -
YUV 167.53 104 131.9 -
System Red Green Blue C M Y K H S L
Decimal 173 173 125 0 0 0.28 0.32 60 0.23 0.58
Hex AD AD 7D 0 0 1C 20 3C 17 3A
Octal 255 255 175 0 0 34 40 74 27 72
Binary 10101101 10101101 1111101 0 0 11100 100000 111100 10111 111010

Color Harmonies of #ADAD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD7D

Black with #ADAD7D

Text Example


Text Example

White with #ADAD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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