#767C6F

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

Shades of Camouflage Green #767C6F

Tints of Camouflage Green #767C6F

Color information

#767C6F (or 0x767C6F) is unknown color: approx Camouflage Green. HEX triplet: 76, 7C and 6F. RGB value is (118,124,111). Sum of RGB (Red+Green+Blue) = 118+124+111=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 124 - color contains mainly: green. Hex color #767C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767C6F is #898390. Grayscale: #787878. Windows color (decimal): -9012113 or 7306358. OLE color: 7306358.

HSL color Cylindrical-coordinate representation of color #767C6F: hue angle of 87.69º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #767C6F is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB118124111-
CMYK0.0500.100.51
HSL87.69º5.53%46.08%-
HSV(B)87.69º10.48%48.63%-
XYZ17.5519.4117.86-
YUV120.72122.51126.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.43%
GREEN value IS 124 (48.83% from 255) = 35.13%
BLUE value IS 111 (43.75% from 255) = 31.44%
R=33.43%
G=35.13%
B=31.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1181241110.0500.100.5187.695.5346.08
Hex767C6F50A335862e
Octal166174157501263130656
Binary111011011111001101111101010101100111011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767C6F; }

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

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

<style>
 a { background-color: #767C6F; }

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

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

<style>
 span { border-color: #767C6F; }

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

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