#ADAB7D

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

Shades of Neutral Green #ADAB7D

Tints of Neutral Green #ADAB7D

Color information

#ADAB7D (or 0xADAB7D) is unknown color: approx Neutral Green. HEX triplet: AD, AB and 7D. RGB value is (173,171,125). Sum of RGB (Red+Green+Blue) = 173+171+125=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB7D is #525482. Grayscale: #A6A6A6. Windows color (decimal): -5395587 or 8235949. OLE color: 8235949.

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

Color convert

RGB173171125-
CMYK00.010.280.32
HSL57.5º22.64%58.43%-
HSV(B)57.5º27.75%67.84%-
XYZ35.539.4925.15-
YUV166.35104.66132.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.89%
GREEN value IS 171 (67.19% from 255) = 36.46%
BLUE value IS 125 (49.22% from 255) = 26.65%
R=36.89%
G=36.46%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317112500.010.280.3257.522.6458.43
HexADAB7D011C203a173a
Octal255253175013440722772
Binary10101101101010111111101011110010000011101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB7D; }

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

 H1.HeaderClassName
 {
   color: #ADAB7D;
 }
 .AnyTagClassName
 {
   color: #ADAB7D;
 }
</style>
background-color css

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

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

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

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

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

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