#7C856F

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

Shades of Camouflage Green #7C856F

Tints of Camouflage Green #7C856F

Color information

#7C856F (or 0x7C856F) is unknown color: approx Camouflage Green. HEX triplet: 7C, 85 and 6F. RGB value is (124,133,111). Sum of RGB (Red+Green+Blue) = 124+133+111=368 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.70% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 133 - color contains mainly: green. Hex color #7C856F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C856F is #837A90. Grayscale: #7F7F7F. Windows color (decimal): -8616593 or 7308668. OLE color: 7308668.

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

Color convert

RGB124133111-
CMYK0.0700.170.48
HSL84.55º9.02%47.84%-
HSV(B)84.55º16.54%52.16%-
XYZ19.5722.2118.29-
YUV127.8118.52125.29-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.70%
GREEN value IS 133 (52.34% from 255) = 36.14%
BLUE value IS 111 (43.75% from 255) = 30.16%
R=33.70%
G=36.14%
B=30.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1241331110.0700.170.4884.559.0247.84
Hex7C856F70113055930
Octal1742051577021601251160
Binary111110010000101110111111101000111000010101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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