#7E8966

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

Shades of Camouflage Green #7E8966

Tints of Camouflage Green #7E8966

Color information

#7E8966 (or 0x7E8966) is unknown color: approx Camouflage Green. HEX triplet: 7E, 89 and 66. RGB value is (126,137,102). Sum of RGB (Red+Green+Blue) = 126+137+102=365 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.52% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 137 - color contains mainly: green. Hex color #7E8966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8966 is #817699. Grayscale: #818181. Windows color (decimal): -8484506 or 6719870. OLE color: 6719870.

HSL color Cylindrical-coordinate representation of color #7E8966: hue angle of 78.86º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7E8966 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB126137102-
CMYK0.0800.260.46
HSL78.86º14.64%46.86%-
HSV(B)78.86º25.55%53.73%-
XYZ19.9523.2916.01-
YUV129.72112.36125.35-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.52%
GREEN value IS 137 (53.91% from 255) = 37.53%
BLUE value IS 102 (40.23% from 255) = 27.95%
R=34.52%
G=37.53%
B=27.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1261371020.0800.260.4678.8614.6446.86
Hex7E8966801A2E4ff2f
Octal17621114610032561171757
Binary1111110100010011100110100001101010111010011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,137,102); }

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

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

 a { background-color: rgb(126,137,102); }

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

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

 span { border-color: rgb(126,137,102); }

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