#7E8D6C

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

Shades of Camouflage Green #7E8D6C

Tints of Camouflage Green #7E8D6C

Color information

#7E8D6C (or 0x7E8D6C) is unknown color: approx Camouflage Green. HEX triplet: 7E, 8D and 6C. RGB value is (126,141,108). Sum of RGB (Red+Green+Blue) = 126+141+108=375 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.6% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 141 - color contains mainly: green. Hex color #7E8D6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8D6C is #817293. Grayscale: #848484. Windows color (decimal): -8483476 or 7114110. OLE color: 7114110.

HSL color Cylindrical-coordinate representation of color #7E8D6C: hue angle of 87.27º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7E8D6C is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB126141108-
CMYK0.1100.230.45
HSL87.27º13.25%48.82%-
HSV(B)87.27º23.4%55.29%-
XYZ20.8424.5717.83-
YUV132.75114.03123.18-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.6%
GREEN value IS 141 (55.47% from 255) = 37.6%
BLUE value IS 108 (42.58% from 255) = 28.8%
R=33.6%
G=37.6%
B=28.8%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1261411080.1100.230.4587.2713.2548.82
Hex7E8D6CB0172D57d31
Octal17621515413027551271561
Binary1111110100011011101100101101011110110110101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,141,108); }

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

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

 a { background-color: rgb(126,141,108); }

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

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

 span { border-color: rgb(126,141,108); }

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