#A7A65A

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

Shades of Olive Green #A7A65A

Tints of Olive Green #A7A65A

Color information

#A7A65A (or 0xA7A65A) is unknown color: approx Olive Green. HEX triplet: A7, A6 and 5A. RGB value is (167,166,90). Sum of RGB (Red+Green+Blue) = 167+166+90=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A65A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A65A is #5859A5. Grayscale: #9D9D9D. Windows color (decimal): -5790118 or 5940903. OLE color: 5940903.

HSL color Cylindrical-coordinate representation of color #A7A65A: hue angle of 59.22º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7A65A is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB16716690-
CMYK00.010.460.35
HSL59.22º30.43%50.39%-
HSV(B)59.22º46.11%65.49%-
XYZ31.4236.2315.01-
YUV157.6489.83134.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.48%
GREEN value IS 166 (65.23% from 255) = 39.24%
BLUE value IS 90 (35.55% from 255) = 21.28%
R=39.48%
G=39.24%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671669000.010.460.3559.2230.4350.39
HexA7A65A012E233b1e32
Octal247246132015643733662
Binary101001111010011010110100110111010001111101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A65A; }

 p { color: rgb(167,166,90); }

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

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

 a { background-color: rgb(167,166,90); }

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

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

 span { border-color: rgb(167,166,90); }

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