#A7A555

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

Shades of Olive Green #A7A555

Tints of Olive Green #A7A555

Color information

#A7A555 (or 0xA7A555) is unknown color: approx Olive Green. HEX triplet: A7, A5 and 55. RGB value is (167,165,85). Sum of RGB (Red+Green+Blue) = 167+165+85=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A555 is #585AAA. Grayscale: #9C9C9C. Windows color (decimal): -5790379 or 5612967. OLE color: 5612967.

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

Color convert

RGB16716585-
CMYK00.010.490.35
HSL58.54º32.54%49.41%-
HSV(B)58.54º49.1%65.49%-
XYZ31.0335.7813.87-
YUV156.4887.66135.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.05%
GREEN value IS 165 (64.84% from 255) = 39.57%
BLUE value IS 85 (33.59% from 255) = 20.38%
R=40.05%
G=39.57%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671658500.010.490.3558.5432.5449.41
HexA7A5550131233b2131
Octal247245125016143734161
Binary1010011110100101101010101110001100011111011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A555; }

 p { color: rgb(167,165,85); }

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

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

 a { background-color: rgb(167,165,85); }

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

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

 span { border-color: rgb(167,165,85); }

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