#A79C7F

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

Shades of Grey Olive #A79C7F

Tints of Grey Olive #A79C7F

Color information

#A79C7F (or 0xA79C7F) is unknown color: approx Grey Olive. HEX triplet: A7, 9C and 7F. RGB value is (167,156,127). Sum of RGB (Red+Green+Blue) = 167+156+127=450 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.11% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 167 - color contains mainly: red. Hex color #A79C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79C7F is #586380. Grayscale: #9C9C9C. Windows color (decimal): -5792641 or 8363175. OLE color: 8363175.

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

Color convert

RGB167156127-
CMYK00.070.240.35
HSL43.5º18.52%57.65%-
HSV(B)43.5º23.95%65.49%-
XYZ31.6633.5224.88-
YUV155.98111.64135.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.11%
GREEN value IS 156 (61.33% from 255) = 34.67%
BLUE value IS 127 (50% from 255) = 28.22%
R=37.11%
G=34.67%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715612700.070.240.3543.518.5257.65
HexA79C7F0718232c133a
Octal247234177073043542372
Binary1010011110011100111111101111100010001110110010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79C7F; }

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

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

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

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

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

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

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

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