#7E8D73

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

Shades of Camouflage Green #7E8D73

Tints of Camouflage Green #7E8D73

Color information

#7E8D73 (or 0x7E8D73) is unknown color: approx Camouflage Green. HEX triplet: 7E, 8D and 73. RGB value is (126,141,115). Sum of RGB (Red+Green+Blue) = 126+141+115=382 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.98% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 141 - color contains mainly: green. Hex color #7E8D73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8D73 is #81728C. Grayscale: #858585. Windows color (decimal): -8483469 or 7572862. OLE color: 7572862.

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

Color convert

RGB126141115-
CMYK0.1100.180.45
HSL94.62º10.24%50.2%-
HSV(B)94.62º18.44%55.29%-
XYZ21.2224.7219.87-
YUV133.55117.53122.61-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.98%
GREEN value IS 141 (55.47% from 255) = 36.91%
BLUE value IS 115 (45.31% from 255) = 30.10%
R=32.98%
G=36.91%
B=30.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1261411150.1100.180.4594.6210.2450.2
Hex7E8D73B0122D5fa32
Octal17621516313022551371262
Binary1111110100011011110011101101001010110110111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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