#ADAD7D

Color #ADAD7D Neutral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neutral Green #ADAD7D

Tints of Neutral Green #ADAD7D

Color information

#ADAD7D (or 0xADAD7D) is unknown color: approx 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

RGB173173125-
CMYK000.280.32
HSL60º22.64%58.43%-
HSV(B)60º27.75%67.84%-
XYZ35.8840.2525.28-
YUV167.53104131.9-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173125000.280.326022.6458.43
HexADAD7D001C203c173a
Octal255255175003440742772
Binary10101101101011011111101001110010000011110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>