#A7A956

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

Shades of Olive Green #A7A956

Tints of Olive Green #A7A956

Color information

#A7A956 (or 0xA7A956) is unknown color: approx Olive Green. HEX triplet: A7, A9 and 56. RGB value is (167,169,86). Sum of RGB (Red+Green+Blue) = 167+169+86=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 169 - color contains mainly: green. Hex color #A7A956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A956 is #5856A9. Grayscale: #9F9F9F. Windows color (decimal): -5789354 or 5679527. OLE color: 5679527.

HSL color Cylindrical-coordinate representation of color #A7A956: hue angle of 61.45º degrees, saturation: 0.33, 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 #A7A956 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB16716986-
CMYK0.0100.490.34
HSL61.45º32.55%50%-
HSV(B)61.45º49.11%66.27%-
XYZ31.837.2614.32-
YUV158.9486.84133.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.57%
GREEN value IS 169 (66.41% from 255) = 40.05%
BLUE value IS 86 (33.98% from 255) = 20.38%
R=39.57%
G=40.05%
B=20.38%

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
Decimal167169860.0100.490.3461.4532.5550
HexA7A9561031223d2132
Octal247251126106142754162
Binary1010011110101001101011010110001100010111101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A956; }

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

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

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

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

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

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

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

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