#7E837A

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

Shades of Camouflage Green #7E837A

Tints of Camouflage Green #7E837A

Color information

#7E837A (or 0x7E837A) is unknown color: approx Camouflage Green. HEX triplet: 7E, 83 and 7A. RGB value is (126,131,122). Sum of RGB (Red+Green+Blue) = 126+131+122=379 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.25% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 131 - color contains mainly: green. Hex color #7E837A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E837A is #817C85. Grayscale: #808080. Windows color (decimal): -8486022 or 8029054. OLE color: 8029054.

HSL color Cylindrical-coordinate representation of color #7E837A: hue angle of 93.33º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7E837A is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB126131122-
CMYK0.0400.070.49
HSL93.33º3.56%49.61%-
HSV(B)93.33º6.87%51.37%-
XYZ20.2322.0721.61-
YUV128.48124.34126.23-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.25%
GREEN value IS 131 (51.56% from 255) = 34.56%
BLUE value IS 122 (48.05% from 255) = 32.19%
R=33.25%
G=34.56%
B=32.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1261311220.0400.070.4993.333.5649.61
Hex7E837A407315d432
Octal17620317240761135462
Binary111111010000011111101010001111100011011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,131,122); }

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

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

 a { background-color: rgb(126,131,122); }

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

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

 span { border-color: rgb(126,131,122); }

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