#7E9270

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

Shades of Camouflage Green #7E9270

Tints of Camouflage Green #7E9270

Color information

#7E9270 (or 0x7E9270) is unknown color: approx Camouflage Green. HEX triplet: 7E, 92 and 70. RGB value is (126,146,112). Sum of RGB (Red+Green+Blue) = 126+146+112=384 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.81% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 146 - color contains mainly: green. Hex color #7E9270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9270 is #816D8F. Grayscale: #888888. Windows color (decimal): -8482192 or 7377534. OLE color: 7377534.

HSL color Cylindrical-coordinate representation of color #7E9270: hue angle of 95.29º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7E9270 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB126146112-
CMYK0.1400.230.43
HSL95.29º13.49%50.59%-
HSV(B)95.29º23.29%57.25%-
XYZ21.8126.1619.23-
YUV136.14114.37120.76-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.81%
GREEN value IS 146 (57.42% from 255) = 38.02%
BLUE value IS 112 (44.14% from 255) = 29.17%
R=32.81%
G=38.02%
B=29.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1261461120.1400.230.4395.2913.4950.59
Hex7E9270E0172B5fd33
Octal17622216016027531371563
Binary1111110100100101110000111001011110101110111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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