#A7A957

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

Shades of Olive Green #A7A957

Tints of Olive Green #A7A957

Color information

#A7A957 (or 0xA7A957) is unknown color: approx Olive Green. HEX triplet: A7, A9 and 57. RGB value is (167,169,87). Sum of RGB (Red+Green+Blue) = 167+169+87=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 169 - color contains mainly: green. Hex color #A7A957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A957 is #5856A8. Grayscale: #9F9F9F. Windows color (decimal): -5789353 or 5745063. OLE color: 5745063.

HSL color Cylindrical-coordinate representation of color #A7A957: hue angle of 61.46º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A7A957 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB16716987-
CMYK0.0100.490.34
HSL61.46º32.28%50.2%-
HSV(B)61.46º48.52%66.27%-
XYZ31.8437.2814.53-
YUV159.0587.34133.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.48%
GREEN value IS 169 (66.41% from 255) = 39.95%
BLUE value IS 87 (34.38% from 255) = 20.57%
R=39.48%
G=39.95%
B=20.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal167169870.0100.490.3461.4632.2850.2
HexA7A9571031223d2032
Octal247251127106142754062
Binary1010011110101001101011110110001100010111101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A957; }

 p { color: rgb(167,169,87); }

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

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

 a { background-color: rgb(167,169,87); }

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

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

 span { border-color: rgb(167,169,87); }

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