#A7AA52

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

Shades of Olive Green #A7AA52

Tints of Olive Green #A7AA52

Color information

#A7AA52 (or 0xA7AA52) is unknown color: approx Olive Green. HEX triplet: A7, AA and 52. RGB value is (167,170,82). Sum of RGB (Red+Green+Blue) = 167+170+82=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AA52 is #5855AD. Grayscale: #9F9F9F. Windows color (decimal): -5789102 or 5417639. OLE color: 5417639.

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

Color convert

RGB16717082-
CMYK0.0200.520.33
HSL62.05º34.92%49.41%-
HSV(B)62.05º51.76%66.67%-
XYZ31.8337.5713.56-
YUV159.0784.51133.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.86%
GREEN value IS 170 (66.80% from 255) = 40.57%
BLUE value IS 82 (32.42% from 255) = 19.57%
R=39.86%
G=40.57%
B=19.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167170820.0200.520.3362.0534.9249.41
HexA7AA522034213e2331
Octal247252122206441764361
Binary10100111101010101010010100110100100001111110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AA52; }

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

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

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

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

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

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

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

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