#7D8C6D

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

Shades of Camouflage Green #7D8C6D

Tints of Camouflage Green #7D8C6D

Color information

#7D8C6D (or 0x7D8C6D) is unknown color: approx Camouflage Green. HEX triplet: 7D, 8C and 6D. RGB value is (125,140,109). Sum of RGB (Red+Green+Blue) = 125+140+109=374 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.42% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 140 - color contains mainly: green. Hex color #7D8C6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8C6D is #827392. Grayscale: #848484. Windows color (decimal): -8549267 or 7179389. OLE color: 7179389.

HSL color Cylindrical-coordinate representation of color #7D8C6D: hue angle of 89.03º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D8C6D is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB125140109-
CMYK0.1100.220.45
HSL89.03º12.45%48.82%-
HSV(B)89.03º22.14%54.9%-
XYZ20.624.2218.06-
YUV131.98115.03123.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.42%
GREEN value IS 140 (55.08% from 255) = 37.43%
BLUE value IS 109 (42.97% from 255) = 29.14%
R=33.42%
G=37.43%
B=29.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1251401090.1100.220.4589.0312.4548.82
Hex7D8C6DB0162D59c31
Octal17521415513026551311461
Binary1111101100011001101101101101011010110110110011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,140,109); }

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

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

 a { background-color: rgb(125,140,109); }

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

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

 span { border-color: rgb(125,140,109); }

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