#7D8964

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

Shades of Camouflage Green #7D8964

Tints of Camouflage Green #7D8964

Color information

#7D8964 (or 0x7D8964) is unknown color: approx Camouflage Green. HEX triplet: 7D, 89 and 64. RGB value is (125,137,100). Sum of RGB (Red+Green+Blue) = 125+137+100=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 137 - color contains mainly: green. Hex color #7D8964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8964 is #82769B. Grayscale: #818181. Windows color (decimal): -8550044 or 6588797. OLE color: 6588797.

HSL color Cylindrical-coordinate representation of color #7D8964: hue angle of 79.46º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D8964 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB125137100-
CMYK0.0900.270.46
HSL79.46º15.61%46.47%-
HSV(B)79.46º27.01%53.73%-
XYZ19.723.1715.49-
YUV129.19111.52125.01-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.53%
GREEN value IS 137 (53.91% from 255) = 37.85%
BLUE value IS 100 (39.45% from 255) = 27.62%
R=34.53%
G=37.85%
B=27.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1251371000.0900.270.4679.4615.6146.47
Hex7D8964901B2E4f102e
Octal17521114411033561172056
Binary11111011000100111001001001011011101110100111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,137,100); }

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

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

 a { background-color: rgb(125,137,100); }

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

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

 span { border-color: rgb(125,137,100); }

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