#767F6C

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

Shades of Camouflage Green #767F6C

Tints of Camouflage Green #767F6C

Color information

#767F6C (or 0x767F6C) is unknown color: approx Camouflage Green. HEX triplet: 76, 7F and 6C. RGB value is (118,127,108). Sum of RGB (Red+Green+Blue) = 118+127+108=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 127 - color contains mainly: green. Hex color #767F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767F6C is #898093. Grayscale: #7A7A7A. Windows color (decimal): -9011348 or 7110518. OLE color: 7110518.

HSL color Cylindrical-coordinate representation of color #767F6C: hue angle of 88.42º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #767F6C is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB118127108-
CMYK0.0700.150.50
HSL88.42º8.09%46.08%-
HSV(B)88.42º14.96%49.8%-
XYZ17.7720.1117.13-
YUV122.14120.02125.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.43%
GREEN value IS 127 (50% from 255) = 35.98%
BLUE value IS 108 (42.58% from 255) = 30.59%
R=33.43%
G=35.98%
B=30.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1181271080.0700.150.5088.428.0946.08
Hex767F6C70F325882e
Octal1661771547017621301056
Binary1110110111111111011001110111111001010110001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,127,108); }

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

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

 a { background-color: rgb(118,127,108); }

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

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

 span { border-color: rgb(118,127,108); }

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