#ADAB75

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

Shades of Neutral Green #ADAB75

Tints of Neutral Green #ADAB75

Color information

#ADAB75 (or 0xADAB75) is unknown color: approx Neutral Green. HEX triplet: AD, AB and 75. RGB value is (173,171,117). Sum of RGB (Red+Green+Blue) = 173+171+117=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB75 is #52548A. Grayscale: #A5A5A5. Windows color (decimal): -5395595 or 7711661. OLE color: 7711661.

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

Color convert

RGB173171117-
CMYK00.010.320.32
HSL57.86º25.45%56.86%-
HSV(B)57.86º32.37%67.84%-
XYZ35.0139.2922.57-
YUV165.44100.66133.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.53%
GREEN value IS 171 (67.19% from 255) = 37.09%
BLUE value IS 117 (46.09% from 255) = 25.38%
R=37.53%
G=37.09%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317111700.010.320.3257.8625.4556.86
HexADAB750120203a1939
Octal255253165014040723171
Binary101011011010101111101010110000010000011101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB75; }

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

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

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

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

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

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

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

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