#7C8D6E

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

Shades of Camouflage Green #7C8D6E

Tints of Camouflage Green #7C8D6E

Color information

#7C8D6E (or 0x7C8D6E) is unknown color: approx Camouflage Green. HEX triplet: 7C, 8D and 6E. RGB value is (124,141,110). Sum of RGB (Red+Green+Blue) = 124+141+110=375 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.07% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 141 - color contains mainly: green. Hex color #7C8D6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8D6E is #837291. Grayscale: #848484. Windows color (decimal): -8614546 or 7245180. OLE color: 7245180.

HSL color Cylindrical-coordinate representation of color #7C8D6E: hue angle of 92.9º 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 #7C8D6E is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB124141110-
CMYK0.1200.220.45
HSL92.9º12.35%49.22%-
HSV(B)92.9º21.99%55.29%-
XYZ20.6524.4618.38-
YUV132.38115.37122.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.07%
GREEN value IS 141 (55.47% from 255) = 37.6%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=33.07%
G=37.6%
B=29.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1241411100.1200.220.4592.912.3549.22
Hex7C8D6EC0162D5dc31
Octal17421515614026551351461
Binary1111100100011011101110110001011010110110111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,141,110); }

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

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

 a { background-color: rgb(124,141,110); }

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

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

 span { border-color: rgb(124,141,110); }

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