#A7AA50

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

Shades of Olive Green #A7AA50

Tints of Olive Green #A7AA50

Color information

#A7AA50 (or 0xA7AA50) is unknown color: approx Olive Green. HEX triplet: A7, AA and 50. RGB value is (167,170,80). Sum of RGB (Red+Green+Blue) = 167+170+80=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AA50 is #5855AF. Grayscale: #9F9F9F. Windows color (decimal): -5789104 or 5286567. OLE color: 5286567.

HSL color Cylindrical-coordinate representation of color #A7AA50: hue angle of 62º 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 #A7AA50 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB16717080-
CMYK0.0200.530.33
HSL62º36%49.02%-
HSV(B)62º52.94%66.67%-
XYZ31.7637.5413.16-
YUV158.8483.51133.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.05%
GREEN value IS 170 (66.80% from 255) = 40.77%
BLUE value IS 80 (31.64% from 255) = 19.18%
R=40.05%
G=40.77%
B=19.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167170800.0200.530.33623649.02
HexA7AA502035213e2431
Octal247252120206541764461
Binary10100111101010101010000100110101100001111110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AA50; }

 p { color: rgb(167,170,80); }

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

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

 a { background-color: rgb(167,170,80); }

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

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

 span { border-color: rgb(167,170,80); }

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