#ABA778

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

Shades of Neutral Green #ABA778

Tints of Neutral Green #ABA778

Color information

#ABA778 (or 0xABA778) is unknown color: approx Neutral Green. HEX triplet: AB, A7 and 78. RGB value is (171,167,120). Sum of RGB (Red+Green+Blue) = 171+167+120=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA778 is #545887. Grayscale: #A3A3A3. Windows color (decimal): -5527688 or 7907243. OLE color: 7907243.

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

Color convert

RGB171167120-
CMYK00.020.300.33
HSL55.29º23.29%57.06%-
HSV(B)55.29º29.82%67.06%-
XYZ3437.6523.24-
YUV162.84103.83133.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.34%
GREEN value IS 167 (65.62% from 255) = 36.46%
BLUE value IS 120 (47.27% from 255) = 26.20%
R=37.34%
G=36.46%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116712000.020.300.3355.2923.2957.06
HexABA778021E21371739
Octal253247170023641672771
Binary101010111010011111110000101111010000111011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA778; }

 p { color: rgb(171,167,120); }

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

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

 a { background-color: rgb(171,167,120); }

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

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

 span { border-color: rgb(171,167,120); }

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