#A79B7E

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

Shades of Grey Olive #A79B7E

Tints of Grey Olive #A79B7E

Color information

#A79B7E (or 0xA79B7E) is unknown color: approx Grey Olive. HEX triplet: A7, 9B and 7E. RGB value is (167,155,126). Sum of RGB (Red+Green+Blue) = 167+155+126=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 167 - color contains mainly: red. Hex color #A79B7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79B7E is #586481. Grayscale: #9B9B9B. Windows color (decimal): -5792898 or 8297383. OLE color: 8297383.

HSL color Cylindrical-coordinate representation of color #A79B7E: hue angle of 42.44º 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 #A79B7E is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB167155126-
CMYK00.070.250.35
HSL42.44º18.89%57.45%-
HSV(B)42.44º24.55%65.49%-
XYZ31.4233.1624.48-
YUV155.28111.48136.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.28%
GREEN value IS 155 (60.94% from 255) = 34.60%
BLUE value IS 126 (49.61% from 255) = 28.12%
R=37.28%
G=34.60%
B=28.12%

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
Decimal16715512600.070.250.3542.4418.8957.45
HexA79B7E0719232a1339
Octal247233176073143522371
Binary1010011110011011111111001111100110001110101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79B7E; }

 p { color: rgb(167,155,126); }

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

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

 a { background-color: rgb(167,155,126); }

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

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

 span { border-color: rgb(167,155,126); }

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