#7C906D

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

Shades of Camouflage Green #7C906D

Tints of Camouflage Green #7C906D

Color information

#7C906D (or 0x7C906D) is unknown color: approx Camouflage Green. HEX triplet: 7C, 90 and 6D. RGB value is (124,144,109). Sum of RGB (Red+Green+Blue) = 124+144+109=377 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.89% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 144 - color contains mainly: green. Hex color #7C906D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C906D is #836F92. Grayscale: #868686. Windows color (decimal): -8613779 or 7180412. OLE color: 7180412.

HSL color Cylindrical-coordinate representation of color #7C906D: hue angle of 94.29º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7C906D is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB124144109-
CMYK0.1400.240.44
HSL94.29º13.83%49.61%-
HSV(B)94.29º24.31%56.47%-
XYZ21.0525.3418.25-
YUV134.03113.87120.85-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.89%
GREEN value IS 144 (56.64% from 255) = 38.20%
BLUE value IS 109 (42.97% from 255) = 28.91%
R=32.89%
G=38.20%
B=28.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1241441090.1400.240.4494.2913.8349.61
Hex7C906DE0182C5ee32
Octal17422015516030541361662
Binary1111100100100001101101111001100010110010111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C906D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,144,109); }

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

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

 a { background-color: rgb(124,144,109); }

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

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

 span { border-color: rgb(124,144,109); }

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