#ABA755

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

Shades of Olive Green #ABA755

Tints of Olive Green #ABA755

Color information

#ABA755 (or 0xABA755) is unknown color: approx Olive Green. HEX triplet: AB, A7 and 55. RGB value is (171,167,85). Sum of RGB (Red+Green+Blue) = 171+167+85=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA755 is #5458AA. Grayscale: #9F9F9F. Windows color (decimal): -5527723 or 5613483. OLE color: 5613483.

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

Color convert

RGB17116785-
CMYK00.020.500.33
HSL57.21º33.86%50.2%-
HSV(B)57.21º50.29%67.06%-
XYZ32.2536.9514.03-
YUV158.8586.33136.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.43%
GREEN value IS 167 (65.62% from 255) = 39.48%
BLUE value IS 85 (33.59% from 255) = 20.09%
R=40.43%
G=39.48%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711678500.020.500.3357.2133.8650.2
HexABA755023221392232
Octal253247125026241714262
Binary10101011101001111010101010110010100001111001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA755; }

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

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

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

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

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

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

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

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