#7C916E

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

Shades of Camouflage Green #7C916E

Tints of Camouflage Green #7C916E

Color information

#7C916E (or 0x7C916E) is unknown color: approx Camouflage Green. HEX triplet: 7C, 91 and 6E. RGB value is (124,145,110). Sum of RGB (Red+Green+Blue) = 124+145+110=379 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.72% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 145 - color contains mainly: green. Hex color #7C916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C916E is #836E91. Grayscale: #868686. Windows color (decimal): -8613522 or 7246204. OLE color: 7246204.

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

Color convert

RGB124145110-
CMYK0.1400.240.43
HSL96º13.73%50%-
HSV(B)96º24.14%56.86%-
XYZ21.2525.6618.58-
YUV134.73114.04120.35-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.72%
GREEN value IS 145 (57.03% from 255) = 38.26%
BLUE value IS 110 (43.36% from 255) = 29.02%
R=32.72%
G=38.26%
B=29.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1241451100.1400.240.439613.7350
Hex7C916EE0182B60e32
Octal17422115616030531401662
Binary1111100100100011101110111001100010101111000001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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