#7E8A73

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

Shades of Camouflage Green #7E8A73

Tints of Camouflage Green #7E8A73

Color information

#7E8A73 (or 0x7E8A73) is unknown color: approx Camouflage Green. HEX triplet: 7E, 8A and 73. RGB value is (126,138,115). Sum of RGB (Red+Green+Blue) = 126+138+115=379 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.25% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 138 - color contains mainly: green. Hex color #7E8A73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8A73 is #81758C. Grayscale: #838383. Windows color (decimal): -8484237 or 7572094. OLE color: 7572094.

HSL color Cylindrical-coordinate representation of color #7E8A73: hue angle of 91.3º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7E8A73 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB126138115-
CMYK0.0900.170.46
HSL91.3º9.09%49.61%-
HSV(B)91.3º16.67%54.12%-
XYZ20.7923.8519.73-
YUV131.79118.52123.87-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.25%
GREEN value IS 138 (54.30% from 255) = 36.41%
BLUE value IS 115 (45.31% from 255) = 30.34%
R=33.25%
G=36.41%
B=30.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1261381150.0900.170.4691.39.0949.61
Hex7E8A7390112E5b932
Octal17621216311021561331162
Binary1111110100010101110011100101000110111010110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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