#ADAB79

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

Shades of Neutral Green #ADAB79

Tints of Neutral Green #ADAB79

Color information

#ADAB79 (or 0xADAB79) is unknown color: approx Neutral Green. HEX triplet: AD, AB and 79. RGB value is (173,171,121). Sum of RGB (Red+Green+Blue) = 173+171+121=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB79 is #525486. Grayscale: #A6A6A6. Windows color (decimal): -5395591 or 7973805. OLE color: 7973805.

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

Color convert

RGB173171121-
CMYK00.010.300.32
HSL57.69º24.07%57.65%-
HSV(B)57.69º30.06%67.84%-
XYZ35.2539.3923.83-
YUV165.9102.66133.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.20%
GREEN value IS 171 (67.19% from 255) = 36.77%
BLUE value IS 121 (47.66% from 255) = 26.02%
R=37.20%
G=36.77%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317112100.010.300.3257.6924.0757.65
HexADAB79011E203a183a
Octal255253171013640723072
Binary10101101101010111111001011111010000011101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB79; }

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

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

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

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

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

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

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

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