#7E886F

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

Shades of Camouflage Green #7E886F

Tints of Camouflage Green #7E886F

Color information

#7E886F (or 0x7E886F) is unknown color: approx Camouflage Green. HEX triplet: 7E, 88 and 6F. RGB value is (126,136,111). Sum of RGB (Red+Green+Blue) = 126+136+111=373 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.78% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 136 - color contains mainly: green. Hex color #7E886F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E886F is #817790. Grayscale: #828282. Windows color (decimal): -8484753 or 7309438. OLE color: 7309438.

HSL color Cylindrical-coordinate representation of color #7E886F: hue angle of 84º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7E886F is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB126136111-
CMYK0.0700.180.47
HSL84º10.12%48.43%-
HSV(B)84º18.38%53.33%-
XYZ20.2823.1918.45-
YUV130.16117.19125.03-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.78%
GREEN value IS 136 (53.52% from 255) = 36.46%
BLUE value IS 111 (43.75% from 255) = 29.76%
R=33.78%
G=36.46%
B=29.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1261361110.0700.180.478410.1248.43
Hex7E886F70122F54a30
Octal1762101577022571241260
Binary111111010001000110111111101001010111110101001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,136,111); }

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

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

 a { background-color: rgb(126,136,111); }

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

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

 span { border-color: rgb(126,136,111); }

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