#7C8574

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

Shades of Camouflage Green #7C8574

Tints of Camouflage Green #7C8574

Color information

#7C8574 (or 0x7C8574) is unknown color: approx Camouflage Green. HEX triplet: 7C, 85 and 74. RGB value is (124,133,116). Sum of RGB (Red+Green+Blue) = 124+133+116=373 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.24% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8574 is #837A8B. Grayscale: #808080. Windows color (decimal): -8616588 or 7636348. OLE color: 7636348.

HSL color Cylindrical-coordinate representation of color #7C8574: hue angle of 91.76º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7C8574 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB124133116-
CMYK0.0700.130.48
HSL91.76º6.83%48.82%-
HSV(B)91.76º12.78%52.16%-
XYZ19.8522.3219.79-
YUV128.37121.02124.88-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.24%
GREEN value IS 133 (52.34% from 255) = 35.66%
BLUE value IS 116 (45.70% from 255) = 31.10%
R=33.24%
G=35.66%
B=31.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1241331160.0700.130.4891.766.8348.82
Hex7C857470D305c731
Octal174205164701560134761
Binary1111100100001011110100111011011100001011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,133,116); }

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

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

 a { background-color: rgb(124,133,116); }

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

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

 span { border-color: rgb(124,133,116); }

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