#A7AA4E

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

Shades of Olive Green #A7AA4E

Tints of Olive Green #A7AA4E

Color information

#A7AA4E (or 0xA7AA4E) is unknown color: approx Olive Green. HEX triplet: A7, AA and 4E. RGB value is (167,170,78). Sum of RGB (Red+Green+Blue) = 167+170+78=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AA4E is #5855B1. Grayscale: #9E9E9E. Windows color (decimal): -5789106 or 5155495. OLE color: 5155495.

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

Color convert

RGB16717078-
CMYK0.0200.540.33
HSL61.96º37.1%48.63%-
HSV(B)61.96º54.12%66.67%-
XYZ31.6937.5212.78-
YUV158.6182.51133.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.24%
GREEN value IS 170 (66.80% from 255) = 40.96%
BLUE value IS 78 (30.86% from 255) = 18.80%
R=40.24%
G=40.96%
B=18.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167170780.0200.540.3361.9637.148.63
HexA7AA4E2036213e2531
Octal247252116206641764561
Binary10100111101010101001110100110110100001111110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AA4E; }

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

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

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

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

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

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

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

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