#767D6E

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

Shades of Camouflage Green #767D6E

Tints of Camouflage Green #767D6E

Color information

#767D6E (or 0x767D6E) is unknown color: approx Camouflage Green. HEX triplet: 76, 7D and 6E. RGB value is (118,125,110). Sum of RGB (Red+Green+Blue) = 118+125+110=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 125 - color contains mainly: green. Hex color #767D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767D6E is #898291. Grayscale: #797979. Windows color (decimal): -9011858 or 7241078. OLE color: 7241078.

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

Color convert

RGB118125110-
CMYK0.0600.120.51
HSL88º6.38%46.08%-
HSV(B)88º12%49.02%-
XYZ17.6219.6417.61-
YUV121.2121.68125.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.43%
GREEN value IS 125 (49.22% from 255) = 35.41%
BLUE value IS 110 (43.36% from 255) = 31.16%
R=33.43%
G=35.41%
B=31.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1181251100.0600.120.51886.3846.08
Hex767D6E60C335862e
Octal166175156601463130656
Binary111011011111011101110110011001100111011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,125,110); }

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

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

 a { background-color: rgb(118,125,110); }

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

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

 span { border-color: rgb(118,125,110); }

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