#7E8675

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

Shades of Camouflage Green #7E8675

Tints of Camouflage Green #7E8675

Color information

#7E8675 (or 0x7E8675) is unknown color: approx Camouflage Green. HEX triplet: 7E, 86 and 75. RGB value is (126,134,117). Sum of RGB (Red+Green+Blue) = 126+134+117=377 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.42% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 134 - color contains mainly: green. Hex color #7E8675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8675 is #81798A. Grayscale: #818181. Windows color (decimal): -8485259 or 7702142. OLE color: 7702142.

HSL color Cylindrical-coordinate representation of color #7E8675: hue angle of 88.24º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7E8675 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB126134117-
CMYK0.0600.130.47
HSL88.24º6.77%49.22%-
HSV(B)88.24º12.69%52.55%-
XYZ20.3422.7720.15-
YUV129.67120.85125.38-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.42%
GREEN value IS 134 (52.73% from 255) = 35.54%
BLUE value IS 117 (46.09% from 255) = 31.03%
R=33.42%
G=35.54%
B=31.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1261341170.0600.130.4788.246.7749.22
Hex7E867560D2F58731
Octal176206165601557130761
Binary1111110100001101110101110011011011111011000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,134,117); }

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

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

 a { background-color: rgb(126,134,117); }

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

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

 span { border-color: rgb(126,134,117); }

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