#7C8760

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

Shades of Camouflage Green #7C8760

Tints of Camouflage Green #7C8760

Color information

#7C8760 (or 0x7C8760) is unknown color: approx Camouflage Green. HEX triplet: 7C, 87 and 60. RGB value is (124,135,96). Sum of RGB (Red+Green+Blue) = 124+135+96=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 135 - color contains mainly: green. Hex color #7C8760 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8760 is #83789F. Grayscale: #7F7F7F. Windows color (decimal): -8616096 or 6326140. OLE color: 6326140.

HSL color Cylindrical-coordinate representation of color #7C8760: hue angle of 76.92º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C8760 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB12413596-
CMYK0.0800.290.47
HSL76.92º16.88%45.29%-
HSV(B)76.92º28.89%52.94%-
XYZ19.0922.4614.4-
YUV127.26110.36125.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.93%
GREEN value IS 135 (53.12% from 255) = 38.03%
BLUE value IS 96 (37.89% from 255) = 27.04%
R=34.93%
G=38.03%
B=27.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal124135960.0800.290.4776.9216.8845.29
Hex7C8760801D2F4d112d
Octal17420714010035571152155
Binary11111001000011111000001000011101101111100110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,135,96); }

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

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

 a { background-color: rgb(124,135,96); }

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

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

 span { border-color: rgb(124,135,96); }

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