#7E8F70

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

Shades of Camouflage Green #7E8F70

Tints of Camouflage Green #7E8F70

Color information

#7E8F70 (or 0x7E8F70) is unknown color: approx Camouflage Green. HEX triplet: 7E, 8F and 70. RGB value is (126,143,112). Sum of RGB (Red+Green+Blue) = 126+143+112=381 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.07% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 143 - color contains mainly: green. Hex color #7E8F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8F70 is #81708F. Grayscale: #868686. Windows color (decimal): -8482960 or 7376766. OLE color: 7376766.

HSL color Cylindrical-coordinate representation of color #7E8F70: hue angle of 92.9º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7E8F70 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB126143112-
CMYK0.1200.220.44
HSL92.9º12.16%50%-
HSV(B)92.9º21.68%56.08%-
XYZ21.3525.2519.08-
YUV134.38115.37122.02-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.07%
GREEN value IS 143 (56.25% from 255) = 37.53%
BLUE value IS 112 (44.14% from 255) = 29.40%
R=33.07%
G=37.53%
B=29.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1261431120.1200.220.4492.912.1650
Hex7E8F70C0162C5dc32
Octal17621716014026541351462
Binary1111110100011111110000110001011010110010111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,143,112); }

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

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

 a { background-color: rgb(126,143,112); }

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

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

 span { border-color: rgb(126,143,112); }

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