#7C8C6F

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

Shades of Camouflage Green #7C8C6F

Tints of Camouflage Green #7C8C6F

Color information

#7C8C6F (or 0x7C8C6F) is unknown color: approx Camouflage Green. HEX triplet: 7C, 8C and 6F. RGB value is (124,140,111). Sum of RGB (Red+Green+Blue) = 124+140+111=375 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.07% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 140 - color contains mainly: green. Hex color #7C8C6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8C6F is #837390. Grayscale: #848484. Windows color (decimal): -8614801 or 7310460. OLE color: 7310460.

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

Color convert

RGB124140111-
CMYK0.1100.210.45
HSL93.1º11.55%49.22%-
HSV(B)93.1º20.71%54.9%-
XYZ20.5624.1918.62-
YUV131.91116.2122.36-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.07%
GREEN value IS 140 (55.08% from 255) = 37.33%
BLUE value IS 111 (43.75% from 255) = 29.6%
R=33.07%
G=37.33%
B=29.6%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1241401110.1100.210.4593.111.5549.22
Hex7C8C6FB0152D5dc31
Octal17421415713025551351461
Binary1111100100011001101111101101010110110110111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,140,111); }

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

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

 a { background-color: rgb(124,140,111); }

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

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

 span { border-color: rgb(124,140,111); }

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