#7E8F6C

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

Shades of Camouflage Green #7E8F6C

Tints of Camouflage Green #7E8F6C

Color information

#7E8F6C (or 0x7E8F6C) is unknown color: approx Camouflage Green. HEX triplet: 7E, 8F and 6C. RGB value is (126,143,108). Sum of RGB (Red+Green+Blue) = 126+143+108=377 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.42% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 143 - color contains mainly: green. Hex color #7E8F6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8F6C is #817093. Grayscale: #868686. Windows color (decimal): -8482964 or 7114622. OLE color: 7114622.

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

Color convert

RGB126143108-
CMYK0.1200.240.44
HSL89.14º13.94%49.22%-
HSV(B)89.14º24.48%56.08%-
XYZ21.1325.1617.93-
YUV133.93113.37122.35-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.42%
GREEN value IS 143 (56.25% from 255) = 37.93%
BLUE value IS 108 (42.58% from 255) = 28.65%
R=33.42%
G=37.93%
B=28.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1261431080.1200.240.4489.1413.9449.22
Hex7E8F6CC0182C59e31
Octal17621715414030541311661
Binary1111110100011111101100110001100010110010110011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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