#ABA679

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

Shades of Neutral Green #ABA679

Tints of Neutral Green #ABA679

Color information

#ABA679 (or 0xABA679) is unknown color: approx Neutral Green. HEX triplet: AB, A6 and 79. RGB value is (171,166,121). Sum of RGB (Red+Green+Blue) = 171+166+121=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA679 is #545986. Grayscale: #A2A2A2. Windows color (decimal): -5527943 or 7972523. OLE color: 7972523.

HSL color Cylindrical-coordinate representation of color #ABA679: hue angle of 54º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABA679 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB171166121-
CMYK00.030.290.33
HSL54º22.94%57.25%-
HSV(B)54º29.24%67.06%-
XYZ33.8837.3123.51-
YUV162.36104.66134.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.34%
GREEN value IS 166 (65.23% from 255) = 36.24%
BLUE value IS 121 (47.66% from 255) = 26.42%
R=37.34%
G=36.24%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116612100.030.290.335422.9457.25
HexABA679031D21361739
Octal253246171033541662771
Binary101010111010011011110010111110110000111011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA679; }

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

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

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

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

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

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

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

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