#7E8479

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

Shades of Camouflage Green #7E8479

Tints of Camouflage Green #7E8479

Color information

#7E8479 (or 0x7E8479) is unknown color: approx Camouflage Green. HEX triplet: 7E, 84 and 79. RGB value is (126,132,121). Sum of RGB (Red+Green+Blue) = 126+132+121=379 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.25% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 132 - color contains mainly: green. Hex color #7E8479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8479 is #817B86. Grayscale: #808080. Windows color (decimal): -8485767 or 7963774. OLE color: 7963774.

HSL color Cylindrical-coordinate representation of color #7E8479: hue angle of 92.73º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7E8479 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB126132121-
CMYK0.0500.080.48
HSL92.73º4.35%49.61%-
HSV(B)92.73º8.33%51.76%-
XYZ20.3122.3221.33-
YUV128.95123.51125.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.25%
GREEN value IS 132 (51.95% from 255) = 34.83%
BLUE value IS 121 (47.66% from 255) = 31.93%
R=33.25%
G=34.83%
B=31.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1261321210.0500.080.4892.734.3549.61
Hex7E8479508305d432
Octal176204171501060135462
Binary1111110100001001111001101010001100001011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E8479; }

 p { color: rgb(126,132,121); }

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

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

 a { background-color: rgb(126,132,121); }

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

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

 span { border-color: rgb(126,132,121); }

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