#ABA751

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

Shades of Olive Green #ABA751

Tints of Olive Green #ABA751

Color information

#ABA751 (or 0xABA751) is unknown color: approx Olive Green. HEX triplet: AB, A7 and 51. RGB value is (171,167,81). Sum of RGB (Red+Green+Blue) = 171+167+81=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA751 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA751 is #5458AE. Grayscale: #9E9E9E. Windows color (decimal): -5527727 or 5351339. OLE color: 5351339.

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

Color convert

RGB17116781-
CMYK00.020.530.33
HSL57.33º35.71%49.41%-
HSV(B)57.33º52.63%67.06%-
XYZ32.136.8913.21-
YUV158.3984.33136.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.81%
GREEN value IS 167 (65.62% from 255) = 39.86%
BLUE value IS 81 (32.03% from 255) = 19.33%
R=40.81%
G=39.86%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711678100.020.530.3357.3335.7149.41
HexABA751023521392431
Octal253247121026541714461
Binary10101011101001111010001010110101100001111001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA751; }

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

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

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

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

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

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

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

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