#7C8972

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

Shades of Camouflage Green #7C8972

Tints of Camouflage Green #7C8972

Color information

#7C8972 (or 0x7C8972) is unknown color: approx Camouflage Green. HEX triplet: 7C, 89 and 72. RGB value is (124,137,114). Sum of RGB (Red+Green+Blue) = 124+137+114=375 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.07% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 137 - color contains mainly: green. Hex color #7C8972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8972 is #83768D. Grayscale: #828282. Windows color (decimal): -8615566 or 7506300. OLE color: 7506300.

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

Color convert

RGB124137114-
CMYK0.0900.170.46
HSL93.91º9.16%49.22%-
HSV(B)93.91º16.79%53.73%-
XYZ20.323.3919.36-
YUV130.49118.69123.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.07%
GREEN value IS 137 (53.91% from 255) = 36.53%
BLUE value IS 114 (44.92% from 255) = 30.4%
R=33.07%
G=36.53%
B=30.4%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1241371140.0900.170.4693.919.1649.22
Hex7C897290112E5e931
Octal17421116211021561361161
Binary1111100100010011110010100101000110111010111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,137,114); }

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

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

 a { background-color: rgb(124,137,114); }

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

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

 span { border-color: rgb(124,137,114); }

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