#7C8377

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

Shades of Camouflage Green #7C8377

Tints of Camouflage Green #7C8377

Color information

#7C8377 (or 0x7C8377) is unknown color: approx Camouflage Green. HEX triplet: 7C, 83 and 77. RGB value is (124,131,119). Sum of RGB (Red+Green+Blue) = 124+131+119=374 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.16% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 131 - color contains mainly: green. Hex color #7C8377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8377 is #837C88. Grayscale: #7F7F7F. Windows color (decimal): -8617097 or 7832444. OLE color: 7832444.

HSL color Cylindrical-coordinate representation of color #7C8377: hue angle of 95º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7C8377 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB124131119-
CMYK0.0500.090.49
HSL95º4.8%49.02%-
HSV(B)95º9.16%51.37%-
XYZ19.7621.8520.63-
YUV127.54123.18125.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.16%
GREEN value IS 131 (51.56% from 255) = 35.03%
BLUE value IS 119 (46.88% from 255) = 31.82%
R=33.16%
G=35.03%
B=31.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1241311190.0500.090.49954.849.02
Hex7C8377509315f531
Octal174203167501161137561
Binary1111100100000111110111101010011100011011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,131,119); }

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

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

 a { background-color: rgb(124,131,119); }

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

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

 span { border-color: rgb(124,131,119); }

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