#7E9070

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

Shades of Camouflage Green #7E9070

Tints of Camouflage Green #7E9070

Color information

#7E9070 (or 0x7E9070) is unknown color: approx Camouflage Green. HEX triplet: 7E, 90 and 70. RGB value is (126,144,112). Sum of RGB (Red+Green+Blue) = 126+144+112=382 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.98% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 144 - color contains mainly: green. Hex color #7E9070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9070 is #816F8F. Grayscale: #878787. Windows color (decimal): -8482704 or 7377022. OLE color: 7377022.

HSL color Cylindrical-coordinate representation of color #7E9070: hue angle of 93.75º degrees, saturation: 0.13, 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 #7E9070 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB126144112-
CMYK0.1200.220.44
HSL93.75º12.6%50.2%-
HSV(B)93.75º22.22%56.47%-
XYZ21.525.5519.13-
YUV134.97115.04121.6-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.98%
GREEN value IS 144 (56.64% from 255) = 37.70%
BLUE value IS 112 (44.14% from 255) = 29.32%
R=32.98%
G=37.70%
B=29.32%

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
Decimal1261441120.1200.220.4493.7512.650.2
Hex7E9070C0162C5ed32
Octal17622016014026541361562
Binary1111110100100001110000110001011010110010111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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