#ADAB77

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

Shades of Neutral Green #ADAB77

Tints of Neutral Green #ADAB77

Color information

#ADAB77 (or 0xADAB77) is unknown color: approx Neutral Green. HEX triplet: AD, AB and 77. RGB value is (173,171,119). Sum of RGB (Red+Green+Blue) = 173+171+119=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 119 (46.88% from 255 or 25.70% from 463); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB77 is #525488. Grayscale: #A5A5A5. Windows color (decimal): -5395593 or 7842733. OLE color: 7842733.

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

Color convert

RGB173171119-
CMYK00.010.310.32
HSL57.78º24.77%57.25%-
HSV(B)57.78º31.21%67.84%-
XYZ35.1339.3423.2-
YUV165.67101.66133.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.37%
GREEN value IS 171 (67.19% from 255) = 36.93%
BLUE value IS 119 (46.88% from 255) = 25.70%
R=37.37%
G=36.93%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317111900.010.310.3257.7824.7757.25
HexADAB77011F203a1939
Octal255253167013740723171
Binary10101101101010111110111011111110000011101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB77; }

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

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

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

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

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

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

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

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