#A79C7D

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

Shades of Grey Olive #A79C7D

Tints of Grey Olive #A79C7D

Color information

#A79C7D (or 0xA79C7D) is unknown color: approx Grey Olive. HEX triplet: A7, 9C and 7D. RGB value is (167,156,125). Sum of RGB (Red+Green+Blue) = 167+156+125=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 167 - color contains mainly: red. Hex color #A79C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79C7D is #586382. Grayscale: #9B9B9B. Windows color (decimal): -5792643 or 8232103. OLE color: 8232103.

HSL color Cylindrical-coordinate representation of color #A79C7D: hue angle of 44.29º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A79C7D is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB167156125-
CMYK00.070.250.35
HSL44.29º19.27%57.25%-
HSV(B)44.29º25.15%65.49%-
XYZ31.5333.4724.2-
YUV155.76110.64136.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.28%
GREEN value IS 156 (61.33% from 255) = 34.82%
BLUE value IS 125 (49.22% from 255) = 27.90%
R=37.28%
G=34.82%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715612500.070.250.3544.2919.2757.25
HexA79C7D0719232c1339
Octal247234175073143542371
Binary1010011110011100111110101111100110001110110010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79C7D; }

 p { color: rgb(167,156,125); }

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

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

 a { background-color: rgb(167,156,125); }

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

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

 span { border-color: rgb(167,156,125); }

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