#7C8575

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

Shades of Camouflage Green #7C8575

Tints of Camouflage Green #7C8575

Color information

#7C8575 (or 0x7C8575) is unknown color: approx Camouflage Green. HEX triplet: 7C, 85 and 75. RGB value is (124,133,117). Sum of RGB (Red+Green+Blue) = 124+133+117=374 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.16% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8575 is #837A8A. Grayscale: #808080. Windows color (decimal): -8616587 or 7701884. OLE color: 7701884.

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

Color convert

RGB124133117-
CMYK0.0700.120.48
HSL93.75º6.4%49.02%-
HSV(B)93.75º12.03%52.16%-
XYZ19.9122.3420.09-
YUV128.48121.52124.8-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.16%
GREEN value IS 133 (52.34% from 255) = 35.56%
BLUE value IS 117 (46.09% from 255) = 31.28%
R=33.16%
G=35.56%
B=31.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1241331170.0700.120.4893.756.449.02
Hex7C857570C305e631
Octal174205165701460136661
Binary1111100100001011110101111011001100001011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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