#767A73

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

Shades of Camouflage Green #767A73

Tints of Camouflage Green #767A73

Color information

#767A73 (or 0x767A73) is unknown color: approx Camouflage Green. HEX triplet: 76, 7A and 73. RGB value is (118,122,115). Sum of RGB (Red+Green+Blue) = 118+122+115=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 122 - color contains mainly: green. Hex color #767A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767A73 is #89858C. Grayscale: #787878. Windows color (decimal): -9012621 or 7567990. OLE color: 7567990.

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

Color convert

RGB118122115-
CMYK0.0300.060.52
HSL94.29º2.95%46.47%-
HSV(B)94.29º5.74%47.84%-
XYZ17.5319.0118.96-
YUV120.01125.17126.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.24%
GREEN value IS 122 (48.05% from 255) = 34.37%
BLUE value IS 115 (45.31% from 255) = 32.39%
R=33.24%
G=34.37%
B=32.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1181221150.0300.060.5294.292.9546.47
Hex767A73306345e32e
Octal16617216330664136356
Binary111011011110101110011110110110100101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,122,115); }

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

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

 a { background-color: rgb(118,122,115); }

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

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

 span { border-color: rgb(118,122,115); }

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