#ABA760

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

Shades of Olive Green #ABA760

Tints of Olive Green #ABA760

Color information

#ABA760 (or 0xABA760) is unknown color: approx Olive Green. HEX triplet: AB, A7 and 60. RGB value is (171,167,96). Sum of RGB (Red+Green+Blue) = 171+167+96=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA760 is #54589F. Grayscale: #A0A0A0. Windows color (decimal): -5527712 or 6334379. OLE color: 6334379.

HSL color Cylindrical-coordinate representation of color #ABA760: hue angle of 56.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABA760 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB17116796-
CMYK00.020.440.33
HSL56.8º30.86%52.35%-
HSV(B)56.8º43.86%67.06%-
XYZ32.7237.1416.51-
YUV160.191.83135.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.40%
GREEN value IS 167 (65.62% from 255) = 38.48%
BLUE value IS 96 (37.89% from 255) = 22.12%
R=39.40%
G=38.48%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711679600.020.440.3356.830.8652.35
HexABA760022C21391f34
Octal253247140025441713764
Binary1010101110100111110000001010110010000111100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA760; }

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

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

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

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

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

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

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

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