#7E8577

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

Shades of Camouflage Green #7E8577

Tints of Camouflage Green #7E8577

Color information

#7E8577 (or 0x7E8577) is unknown color: approx Camouflage Green. HEX triplet: 7E, 85 and 77. RGB value is (126,133,119). Sum of RGB (Red+Green+Blue) = 126+133+119=378 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.33% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 133 - color contains mainly: green. Hex color #7E8577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8577 is #817A88. Grayscale: #818181. Windows color (decimal): -8485513 or 7832958. OLE color: 7832958.

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

Color convert

RGB126133119-
CMYK0.0500.110.48
HSL90º5.56%49.41%-
HSV(B)90º10.53%52.16%-
XYZ20.3222.5420.73-
YUV129.31122.18125.64-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.33%
GREEN value IS 133 (52.34% from 255) = 35.19%
BLUE value IS 119 (46.88% from 255) = 31.48%
R=33.33%
G=35.19%
B=31.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1261331190.0500.110.48905.5649.41
Hex7E857750B305a631
Octal176205167501360132661
Binary1111110100001011110111101010111100001011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,133,119); }

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

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

 a { background-color: rgb(126,133,119); }

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

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

 span { border-color: rgb(126,133,119); }

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